summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 0 insertions, 3 deletions
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;