nixos/cinnamon: opt into pkexec

https://github.com/search?q=repo%3Alinuxmint%2Fcinnamon%20pkexec&type=code
This commit is contained in:
Martin Weinelt
2026-06-09 23:27:20 +02:00
parent 85af19563a
commit 29e29c39b1

View File

@@ -111,7 +111,10 @@ in
services.blueman.enable = mkDefault (notExcluded pkgs.blueman);
services.hardware.bolt.enable = mkDefault (notExcluded pkgs.bolt);
hardware.bluetooth.enable = mkDefault true;
security.polkit.enable = true;
security.polkit = {
enable = true;
enablePkexecWrapper = lib.mkDefault true;
};
services.accounts-daemon.enable = true;
services.system-config-printer.enable = (mkIf config.services.printing.enable (mkDefault true));
services.dbus.packages = with pkgs; [