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