summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-19 23:28:31 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-19 23:28:31 +0200
commit9325794ebc5e7d4038839d43510df2c1d63ae5ee (patch)
treefe5afef1ef1692528094d6bcb2c09a093a194f47
parent89e8275ef289f198badd67dc1c1ca90caeef873c (diff)
no polkit, no shutdown in the ui, lol
-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;