···17 program = "${pkgs.xterm}/bin/xterm -cm -pc -fa Monospace -fs 24";
18 };
1920- virtualisation.memorySize = 1024;
21 # Need to switch to a different GPU driver than the default one (-vga std) so that Cage can launch:
22 virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
23 };
···17 program = "${pkgs.xterm}/bin/xterm -cm -pc -fa Monospace -fs 24";
18 };
19020 # Need to switch to a different GPU driver than the default one (-vga std) so that Cage can launch:
21 virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
22 };
-1
nixos/tests/cagebreak.nix
···35 programs.xwayland.enable = true;
36 environment.systemPackages = [ pkgs.cagebreak pkgs.wayland-utils ];
3738- virtualisation.memorySize = 1024;
39 # Need to switch to a different GPU driver than the default one (-vga std) so that Cagebreak can launch:
40 virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
41 };
···35 programs.xwayland.enable = true;
36 environment.systemPackages = [ pkgs.cagebreak pkgs.wayland-utils ];
37038 # Need to switch to a different GPU driver than the default one (-vga std) so that Cagebreak can launch:
39 virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
40 };
···14 nix.binaryCaches = []; # don't try to access cache.nixos.org
1516 virtualisation.writableStore = true;
17- virtualisation.memorySize = 1024;
18 # Make sure we always have all the required dependencies for creating a
19 # container available within the VM, because we don't have network access.
20 virtualisation.additionalPaths = let
···14 nix.binaryCaches = []; # don't try to access cache.nixos.org
1516 virtualisation.writableStore = true;
017 # Make sure we always have all the required dependencies for creating a
18 # container available within the VM, because we don't have network access.
19 virtualisation.additionalPaths = let
···13 pkgs.xdotool
14 ];
1516- # Need some more memory to record audio.
17- virtualisation.memorySize = 500;
18-19 # Create a virtual sound device, with mixing
20 # and all, for recording audio.
21 boot.kernelModules = [ "snd-aloop" ];
···13 pkgs.xdotool
14 ];
1500016 # Create a virtual sound device, with mixing
17 # and all, for recording audio.
18 boot.kernelModules = [ "snd-aloop" ];
···21 user = "alice";
22 };
23 };
024 };
2526 testScript = { nodes, ... }: let
-1
nixos/tests/plasma5.nix
···19 user = "alice";
20 };
21 hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
22- virtualisation.memorySize = 1024;
23 };
2425 testScript = { nodes, ... }: let
···19 user = "alice";
20 };
21 hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
022 };
2324 testScript = { nodes, ... }: let
···44 # To test pinentry via gpg-agent:
45 programs.gnupg.agent.enable = true;
4647- virtualisation.memorySize = 1024;
48 # Need to switch to a different GPU driver than the default one (-vga std) so that Sway can launch:
49 virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
50 };
···44 # To test pinentry via gpg-agent:
45 programs.gnupg.agent.enable = true;
46047 # Need to switch to a different GPU driver than the default one (-vga std) so that Sway can launch:
48 virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
49 };
···2324 hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
2526- virtualisation.memorySize = 1024;
27 };
2829 testScript = { nodes, ... }: let
···2324 hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
25026 };
2728 testScript = { nodes, ... }: let