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 {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
includes = [
|
||||||
|
"conf.d/*"
|
||||||
|
];
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"git.zynh.me" = {
|
"git.zynh.me" = {
|
||||||
hostname = "git.zynh.me";
|
hostname = "git.zynh.me";
|
||||||
|
|
Loading…
Reference in New Issue