ssh: fix permafrost.local
This commit is contained in:
parent
fd96056758
commit
cec3ec6995
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue