forked from CCCHH/nix-infra
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:
parent
dd40af2093
commit
34f5a8b229
2 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue