chloe: set ssh ips via dns
This commit is contained in:
parent
9bb3208790
commit
0f8c3f82cc
1 changed files with 1 additions and 2 deletions
|
@ -57,11 +57,10 @@ in {
|
|||
enable = true;
|
||||
matchBlocks = rec {
|
||||
zenith = {
|
||||
hostname = "192.168.86.50";
|
||||
user = "clo";
|
||||
port = 222;
|
||||
};
|
||||
"nas.paperclover.net" = zenith;
|
||||
"nas.paperclover.net" = lib.mkIf zenith;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue