clean up unused vms

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-02 18:40:37 +02:00
parent 1ed616833a
commit 7d3b2d6b2d
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 0 additions and 20 deletions

View file

@ -48,16 +48,6 @@ in
services.proxmox-ve = {
enable = true;
ipAddress = "192.168.1.1";
vms = {
myvm1 = {
vmid = 100;
memory = 1024;
cores = 1;
sockets = 1;
kvm = true;
scsi = [ { file = "local:16"; } ];
};
};
};
virtualisation = {
diskSize = 2 * 1024;

View file

@ -49,16 +49,6 @@ in
services.proxmox-ve = {
enable = true;
ipAddress = "192.168.1.1";
vms = {
myvm1 = {
vmid = 100;
memory = 1024;
cores = 1;
sockets = 1;
kvm = true;
scsi = [ { file = "local:16"; } ];
};
};
};
virtualisation = {
diskSize = 2 * 1024;