hosts: remove testvm01
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s

Test host no longer needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 12:58:24 +01:00
parent 03e70ac094
commit 8d7bc50108
4 changed files with 0 additions and 90 deletions

View File

@@ -186,15 +186,6 @@
./hosts/nats1
];
};
testvm01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = commonModules ++ [
./hosts/testvm01
];
};
vault01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {