Merge pull request #189415 from alyssais/cagebreak

nixosTests.cagebreak: fix by enabling udisks2
This commit is contained in:
Janne Heß 2022-09-02 13:04:49 +02:00 committed by GitHub
commit da141d2fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ in
hardware.opengl.enable = true;
programs.xwayland.enable = true;
services.udisks2.enable = true;
environment.systemPackages = [ pkgs.cagebreak pkgs.wayland-utils ];
# Need to switch to a different GPU driver than the default one (-vga std) so that Cagebreak can launch: