renames
This commit is contained in:
@@ -64,12 +64,12 @@ in
|
|||||||
forwardAgent = false;
|
forwardAgent = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
(lib.mkIf config.ssh.matchsets.appdaemon {
|
(lib.mkIf config.ssh.matchSets.appdaemon {
|
||||||
"appdaemon" = {
|
"appdaemon" = {
|
||||||
hostname = "192.168.1.242";
|
hostname = "192.168.1.242";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.mkIf config.ssh.matchsets.certs {
|
(lib.mkIf config.ssh.matchSets.certs {
|
||||||
"janus" = {
|
"janus" = {
|
||||||
hostname = "janus.john-stream.com";
|
hostname = "janus.john-stream.com";
|
||||||
user = "root";
|
user = "root";
|
||||||
|
|||||||
Reference in New Issue
Block a user