ssh: include config.d

this is to allow non-leaked hosts in my ssh config
This commit is contained in:
Zynh Ludwig 2024-07-11 05:18:10 -07:00
parent a70575069a
commit 14020f2cfa

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