convert h001 to new flake module style
This commit is contained in:
parent
82a3c325cf
commit
0f2b6ca253
6 changed files with 284 additions and 730 deletions
|
|
@ -129,6 +129,11 @@ in
|
|||
user = "luser";
|
||||
};
|
||||
"h003" = lib.mkIf (hasSecret "nix2h003") {
|
||||
identityFile = age.secrets.nix2h003.path;
|
||||
hostname = "10.12.14.1";
|
||||
user = "luser";
|
||||
};
|
||||
"h003_" = lib.mkIf (hasSecret "nix2h003") {
|
||||
identityFile = age.secrets.nix2h003.path;
|
||||
user = "luser";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue