chloe: set ssh ips via dns

This commit is contained in:
chloe caruso 2025-05-08 16:52:46 -07:00
parent 9bb3208790
commit 0f8c3f82cc

View file

@ -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;
};
};
};