new server

This commit is contained in:
Kopatz
2024-11-19 15:44:43 +00:00
parent 9ec7ed0e4a
commit 62191ae411
4 changed files with 140 additions and 1 deletions

View File

@@ -180,6 +180,9 @@
./systems/proxmox-test-vm/configuration.nix
];
};
"amd-server" = mkHost {
modules = [ ./users/kopatz ./systems/amd-server/configuration.nix ];
};
# build vm -> nixos-rebuild build-vm --flake .#vm
"vm" =
mkHost { modules = [ ./users/vm ./systems/vm/configuration.nix ]; };