This commit is contained in:
John Lancaster
2026-02-16 12:29:06 -06:00
parent b4b3b70511
commit d940393ede

View File

@@ -64,12 +64,12 @@ in
forwardAgent = false;
};
}
(lib.mkIf config.ssh.matchsets.appdaemon {
(lib.mkIf config.ssh.matchSets.appdaemon {
"appdaemon" = {
hostname = "192.168.1.242";
};
})
(lib.mkIf config.ssh.matchsets.certs {
(lib.mkIf config.ssh.matchSets.certs {
"janus" = {
hostname = "janus.john-stream.com";
user = "root";