From 0f83584124d0d090b11253bd44322d30db94e254 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 24 Nov 2025 09:04:11 +0000 Subject: [PATCH] dcs ssh --- home-modules/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-modules/ssh.nix b/home-modules/ssh.nix index 87b4d1d..c82ddd5 100644 --- a/home-modules/ssh.nix +++ b/home-modules/ssh.nix @@ -17,6 +17,7 @@ identityFile = [ "${hyper.home}/vault/ssh/nxgit-nx2-${hyper.host}" "${hyper.home}/vault/ssh/github-noggynoggy-${hyper.host}" + (pkgs.lib.mkIf (hyper.host == "NxDCS") "${hyper.home}/vault/ssh/dcsgit-lkurzweg-${hyper.host}") ]; }; "nxace" = nxace "nxace";