From c223dedb701601f1b19e1c347396d19ca7aeb418 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 6 Jan 2026 17:49:28 -0600 Subject: [PATCH] update juni secret' --- flakes/common/hm_modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flakes/common/hm_modules/ssh.nix b/flakes/common/hm_modules/ssh.nix index 4d43525c..e3f0ab9a 100644 --- a/flakes/common/hm_modules/ssh.nix +++ b/flakes/common/hm_modules/ssh.nix @@ -63,7 +63,7 @@ in user = "josh"; }; "juni" = { - identityFile = lib.mkIf (hasSecret "nix2nix") age.secrets.nix2oren.path; + identityFile = lib.mkIf (hasSecret "nix2nix") age.secrets.nix2nix.path; user = "josh"; }; "gp3" = {