ssh: include config.d

this is to allow non-leaked hosts in my ssh config
main
Zynh Ludwig 2024-07-11 05:18:10 -07:00
parent a70575069a
commit 14020f2cfa
1 changed files with 3 additions and 0 deletions

View File

@ -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";