feat: start ephvm with 30gb disk space
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
virtualisation.diskSize = 30720; # 30G
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
autoResize = true;
|
||||
|
||||
Reference in New Issue
Block a user