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 {
|
||||
hostname = "permafrost";
|
||||
user = "zynh";
|
||||
user = "ravenshade";
|
||||
identityFile = keyPathIfSops "msiserver";
|
||||
};
|
||||
caveserver = {
|
||||
|
|
Loading…
Reference in a new issue