diff --git a/module/Vm.nix b/module/Vm.nix index a4573fe..c0a7add 100644 --- a/module/Vm.nix +++ b/module/Vm.nix @@ -7,9 +7,9 @@ keyd.enable = lib.mkForce false; }; virtualisation = { - # diskSize = 20 * 1024; cores = 4; diskImage = null; + diskSize = 20 * 1024; memorySize = 4 * 1024; msize = 1024 * 1024; restrictNetwork = false;