diff --git a/common.nix b/common.nix index a5567c1..34e1a1b 100644 --- a/common.nix +++ b/common.nix @@ -266,9 +266,6 @@ in services.power-profiles-daemon.enable = pkgs.lib.mkForce false; services.upower.enable = pkgs.lib.mkForce false; - # no need to be able to escalate privileges - security.polkit.enable = pkgs.lib.mkForce false; - # let home manager install stuff to /etc/profiles home-manager.useUserPackages = true;