Give NixOS template 16G of additional space using new option

See here for the PR introducing the option:
https://github.com/NixOS/nixpkgs/pull/238735
This commit is contained in:
June 2024-01-13 20:17:40 +01:00
commit 34f5a8b229
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@
cores = 4;
memory = 1024;
virtio0 = "local-zfs:vm-9999-disk-0,discard=on";
additionalSpace = "16G";
bios = "ovmf";
net0 = "virtio=00:00:00:00:00:00,bridge=vmbr4,firewall=1";
};