hosts: remove vaulttest01

Test host no longer needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 12:55:38 +01:00
parent 3b32c9479f
commit 03e70ac094
7 changed files with 0 additions and 174 deletions

View File

@@ -204,15 +204,6 @@
./hosts/vault01
];
};
vaulttest01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = commonModules ++ [
./hosts/vaulttest01
];
};
};
packages = forAllSystems (
{ pkgs }: