development ssh targets

This commit is contained in:
John Lancaster
2026-03-09 01:25:54 -05:00
parent 3f1a1ea713
commit 8da025f57b
2 changed files with 9 additions and 0 deletions

View File

@@ -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;
};
})
];
};
};

View File

@@ -30,6 +30,7 @@
certs = true;
appdaemon = true;
homelab = true;
dev = true;
};
shell.program = "zsh";
sops.secrets."restic_password/john_ubuntu" = {