Unverified Commit 51b45dc2 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

virtualisation/qemu-vm: disallow nullable diskSize (#338967)

parents ba637752 53df1e4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.