0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #146804 from Artturin/qemudefaultmem

This commit is contained in:
Artturi 2021-11-21 17:48:08 +02:00 committed by GitHub
commit 53edfe1d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 1 additions and 82 deletions

View file

@ -296,7 +296,7 @@ in
virtualisation.memorySize =
mkOption {
type = types.ints.positive;
default = 384;
default = 1024;
description =
''
The memory size in megabytes of the virtual machine.