ssh: fix permafrost.local

This commit is contained in:
Zynh Ludwig 2025-01-02 19:50:29 -08:00
parent fd96056758
commit cec3ec6995

View file

@ -45,7 +45,7 @@ in
user = "ravenshade"; user = "ravenshade";
identityFile = keyPathIfSops "msiserver"; identityFile = keyPathIfSops "msiserver";
}; };
"msiserver.local" = lib.mkIf cfg.homeNetwork { "permafrost.local" = lib.mkIf cfg.homeNetwork {
hostname = "permafrost"; hostname = "permafrost";
user = "zynh"; user = "zynh";
identityFile = keyPathIfSops "msiserver"; identityFile = keyPathIfSops "msiserver";