add base for ctf-vm1
nixos config pipeline / show-flake (push) Successful in 35s
nixos config pipeline / deploy (push) Successful in 35s

This commit is contained in:
smayzy
2026-01-25 16:09:43 +01:00
parent e76974c83c
commit 3bdcaa3d53
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@
desktop1 = mkHost ./hosts/desktop1/configuration.nix;
server1 = mkHost ./hosts/server1/configuration.nix;
laptop1 = mkHost ./hosts/laptop1/configuration.nix;
ctf-vm1 = mkHost ./hosts/ctf-vm1/configuration.nix;
};
};