Skip to content

Commit 7f02c04

Browse files
committed
increase RAM to 700mb
1 parent 1043dfe commit 7f02c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/nixos-shell/nixos-shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ in {
114114

115115
virtualisation = {
116116
graphics = mkVMDefault false;
117-
memorySize = mkVMDefault "500M";
117+
memorySize = mkVMDefault "700M";
118118

119119
qemu.consoles = lib.mkIf (!config.virtualisation.graphics) ["tty0" "hvc0"];
120120

0 commit comments

Comments
 (0)