convert h001 to new flake module style

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-08 23:41:28 +00:00
parent 82a3c325cf
commit 0f2b6ca253
6 changed files with 284 additions and 730 deletions

View file

@ -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";
};