From e9de3f6f3e63963d771d8fe6a485e14fe741dc14 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 6 Jan 2026 17:01:27 -0600 Subject: [PATCH] add juni to ssh config --- flakes/common/hm_modules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flakes/common/hm_modules/ssh.nix b/flakes/common/hm_modules/ssh.nix index a457160d..4d43525c 100644 --- a/flakes/common/hm_modules/ssh.nix +++ b/flakes/common/hm_modules/ssh.nix @@ -62,6 +62,10 @@ in identityFile = lib.mkIf (hasSecret "nix2oren") age.secrets.nix2oren.path; user = "josh"; }; + "juni" = { + identityFile = lib.mkIf (hasSecret "nix2nix") age.secrets.nix2oren.path; + user = "josh"; + }; "gp3" = { identityFile = lib.mkIf (hasSecret "nix2gpdPocket3") age.secrets.nix2gpdPocket3.path; user = "josh";