Add polkit support

This commit is contained in:
Pedro Rey Anca 2024-08-03 22:53:35 +02:00
parent 62a55c2b45
commit db0e55a89c
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
security.rtkit.enable = true;
security.polkit.enable = true;
security.sudo.enable = true;
security.sudo.package = pkgs.sudo.override {withInsults = true;}; # I'm spanish and I love cursing
# security.pam.services.swaylock = { };