about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-09-03 15:29:57 +0200
committerGitHub <noreply@github.com>2022-09-03 15:29:57 +0200
commit53fcdfe1864c456d140992ee8e0ee84f8123da3f (patch)
treeb7b4f417c372d591e861abc06186deef183f9c3d /nixos
parent599ebca7bc643f2c327139b77b75047f0db86948 (diff)
parent3add3167592fe37464a91995386d88bec1d31093 (diff)
downloadnixlib-53fcdfe1864c456d140992ee8e0ee84f8123da3f.tar
nixlib-53fcdfe1864c456d140992ee8e0ee84f8123da3f.tar.gz
nixlib-53fcdfe1864c456d140992ee8e0ee84f8123da3f.tar.bz2
nixlib-53fcdfe1864c456d140992ee8e0ee84f8123da3f.tar.lz
nixlib-53fcdfe1864c456d140992ee8e0ee84f8123da3f.tar.xz
nixlib-53fcdfe1864c456d140992ee8e0ee84f8123da3f.tar.zst
nixlib-53fcdfe1864c456d140992ee8e0ee84f8123da3f.zip
Merge pull request #189589 from primeos/nixos-tests-cagebreak
nixos/tests/cagebreak: Enable just polkit instead of udisks2
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/cagebreak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cagebreak.nix b/nixos/tests/cagebreak.nix
index 799535eecef6..1fef7cb57cfc 100644
--- a/nixos/tests/cagebreak.nix
+++ b/nixos/tests/cagebreak.nix
@@ -33,7 +33,7 @@ in
 
     hardware.opengl.enable = true;
     programs.xwayland.enable = true;
-    services.udisks2.enable = true;
+    security.polkit.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: