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";
|
user = "ravenshade";
|
||||||
identityFile = keyPathIfSops "msiserver";
|
identityFile = keyPathIfSops "msiserver";
|
||||||
};
|
};
|
||||||
"permafrost.local" = lib.mkIf cfg.homeNetwork {
|
"permafrost.local" = lib.mkIf cfg.homeNetwork (permafrost // {
|
||||||
hostname = "permafrost";
|
hostname = "permafrost";
|
||||||
user = "ravenshade";
|
});
|
||||||
identityFile = keyPathIfSops "msiserver";
|
|
||||||
};
|
|
||||||
caveserver = {
|
caveserver = {
|
||||||
identityFile = keyPathIfSops "caveserver";
|
identityFile = keyPathIfSops "caveserver";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue