diff --git a/modules/home-manager/programs/ssh.nix b/modules/home-manager/programs/ssh.nix index 6987f51..9c95d32 100644 --- a/modules/home-manager/programs/ssh.nix +++ b/modules/home-manager/programs/ssh.nix @@ -17,6 +17,7 @@ in appdaemon = lib.mkEnableOption "Enable AppDaemon SSH targets"; certs = lib.mkEnableOption "Enable Janus and Soteria SSH targets"; homelab = lib.mkEnableOption "Enable various Homelab targets"; + dev = lib.mkEnableOption "Enable development targets"; }; }; @@ -105,6 +106,13 @@ in user = "panoptes"; }; }) + (lib.mkIf config.ssh.matchSets.dev { + "test-nix" = { + hostname = "fded:fb16:653e:25da:be24:11ff:fea0:753f"; + user = "john"; + identityFile = identityFile; + }; + }) ]; }; }; diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index 928f5c0..977975c 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -30,6 +30,7 @@ certs = true; appdaemon = true; homelab = true; + dev = true; }; shell.program = "zsh"; sops.secrets."restic_password/john_ubuntu" = {