mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
nixos/cage: enable polkit
Wayland requires polkit for access to logind, the tty and the DRI device.
This commit is contained in:
parent
77e345142b
commit
14563c7dbc
@ -81,6 +81,8 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
security.pam.services.cage.text = ''
|
||||
auth required pam_unix.so nullok
|
||||
account required pam_unix.so
|
||||
|
Loading…
Reference in New Issue
Block a user