From 6b023457ec9053e748bc49ac3e28ea82e2f998d4 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 28 Dec 2025 16:46:07 -0600 Subject: [PATCH] update h002 ssh config --- flakes/common/hm_modules/ssh.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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") {