ssh: matchblocks reuse
This commit is contained in:
parent
77a1d06fe6
commit
baea08045d
1 changed files with 2 additions and 4 deletions
|
@ -45,11 +45,9 @@ in
|
|||
user = "ravenshade";
|
||||
identityFile = keyPathIfSops "msiserver";
|
||||
};
|
||||
"permafrost.local" = lib.mkIf cfg.homeNetwork {
|
||||
"permafrost.local" = lib.mkIf cfg.homeNetwork (permafrost // {
|
||||
hostname = "permafrost";
|
||||
user = "ravenshade";
|
||||
identityFile = keyPathIfSops "msiserver";
|
||||
};
|
||||
});
|
||||
caveserver = {
|
||||
identityFile = keyPathIfSops "caveserver";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue