Refactor ssh&users

This commit is contained in:
2026-07-15 10:02:04 -03:00
parent e68321ac1e
commit 645e1f0f31
11 changed files with 580 additions and 474 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ let
// lib.optionalAttrs (name == "nix-server") {
targetPort = 22;
}
) ssh.activeHosts;
) ssh.activeHosts /* nix-deploy target list IPs only */;
metaNixpkgs = import inputs.nixpkgs {
system = "x86_64-linux";