Loading nixos/modules/virtualisation/qemu-vm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ in virtualisation.diskSize = mkOption { type = types.nullOr types.ints.positive; type = types.ints.positive; default = 1024; description = '' The disk size in megabytes of the virtual machine. Loading Loading
nixos/modules/virtualisation/qemu-vm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ in virtualisation.diskSize = mkOption { type = types.nullOr types.ints.positive; type = types.ints.positive; default = 1024; description = '' The disk size in megabytes of the virtual machine. Loading