···131131 # chromium-based browsers refuse to run as root
132132 test-support.displayManager.auto.user = "alice";
133133134134- # browsers may hang with the default memory
135135- virtualisation.memorySize = 600;
134134+ # machine often runs out of memory with less
135135+ virtualisation.memorySize = 1024;
136136137137 environment.systemPackages = [ pkgs.xdotool pkgs.${browser} ];
138138 };