From 9325794ebc5e7d4038839d43510df2c1d63ae5ee Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 19 Jun 2024 23:28:31 +0200 Subject: no polkit, no shutdown in the ui, lol --- common.nix | 3 --- 1 file changed, 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; -- cgit v1.2.3