h002 host

This commit is contained in:
RingOfStorms (Josh) 2024-05-13 11:50:04 -05:00
parent 48ad6c80e9
commit ccc61e9693
4 changed files with 44 additions and 0 deletions

View file

@ -16,6 +16,11 @@
hostname = "10.12.14.2";
user = "root";
};
"h002" = {
identityFile = age.secrets.nix2h002.path;
hostname = "10.20.40.12";
user = "root";
};
"t" = {
identityFile = age.secrets.nix2t.path;
hostname = "10.20.40.4"; # TODO get these from flake.nix hosts?