ssh: fix permafrost.local username

This commit is contained in:
Zynh Ludwig 2025-01-02 19:52:34 -08:00
parent cec3ec6995
commit 77a1d06fe6

View file

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