add tudelft vm
This commit is contained in:
parent
a90974e7db
commit
ee02043b4c
6 changed files with 53 additions and 32 deletions
|
@ -1,11 +1,12 @@
|
|||
{ lib, ... }: {
|
||||
imports = [ ../common/common.nix ../common/generic-vm.nix ];
|
||||
imports = [ ../common ../common/generic-vm.nix ];
|
||||
|
||||
proxmox.qemuConf = {
|
||||
virtio0 = "local-zfs:vm-9999-disk-0";
|
||||
cores = 1;
|
||||
memory = 1024;
|
||||
cores = 4;
|
||||
memory = 4096;
|
||||
bios = "ovmf";
|
||||
additionalSpace = "20G";
|
||||
};
|
||||
|
||||
# Enable SSH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue