fix "Host *" generated twice in ssh config

closes #15
This commit is contained in:
Pim Kunis 2023-09-30 14:19:18 +02:00
parent 77d538329c
commit fa143bf006

View file

@ -137,10 +137,8 @@ in
"handjecontantje" = lib.hm.dag.entryBefore [ "*" ] { "handjecontantje" = lib.hm.dag.entryBefore [ "*" ] {
hostname = "handjecontantje.dmz"; hostname = "handjecontantje.dmz";
}; };
"*" = {
user = "root";
};
}; };
extraConfig = "User root";
}; };
}; };