ssh: include config.d
this is to allow non-leaked hosts in my ssh configsh-initrd-on-root
parent
a70575069a
commit
14020f2cfa
|
@ -13,6 +13,9 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
includes = [
|
||||
"conf.d/*"
|
||||
];
|
||||
matchBlocks = {
|
||||
"git.zynh.me" = {
|
||||
hostname = "git.zynh.me";
|
||||
|
|
Loading…
Reference in New Issue