diff --git a/flakes/common/hm_modules/ssh.nix b/flakes/common/hm_modules/ssh.nix index ade4dc14..7b1d70d9 100644 --- a/flakes/common/hm_modules/ssh.nix +++ b/flakes/common/hm_modules/ssh.nix @@ -138,8 +138,13 @@ in hostname = "10.12.14.10"; user = "luser"; }; - "h002" = lib.mkIf (hasSecret "nix2h002") { - identityFile = age.secrets.nix2h002.path; + "h002" = lib.mkIf (hasSecret "nix2nix") { + identityFile = age.secrets.nix2nix.path; + user = "luser"; + }; + "h002_" = lib.mkIf (hasSecret "nix2nix") { + identityFile = age.secrets.nix2nix.path; + hostname = "10.12.14.183"; user = "luser"; }; "h003" = lib.mkIf (hasSecret "nix2h003") {