Loading nixos/modules/virtualisation/qemu-vm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -894,7 +894,7 @@ in ''; } ])) ++ [ { assertion = pkgs.stdenv.hostPlatform.is32bit && cfg.memorySize < 2047; { assertion = pkgs.stdenv.hostPlatform.is32bit -> cfg.memorySize < 2047; message = '' virtualisation.memorySize is above 2047, but qemu is only able to allocate 2047MB RAM on 32bit max. ''; Loading Loading
nixos/modules/virtualisation/qemu-vm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -894,7 +894,7 @@ in ''; } ])) ++ [ { assertion = pkgs.stdenv.hostPlatform.is32bit && cfg.memorySize < 2047; { assertion = pkgs.stdenv.hostPlatform.is32bit -> cfg.memorySize < 2047; message = '' virtualisation.memorySize is above 2047, but qemu is only able to allocate 2047MB RAM on 32bit max. ''; Loading