summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-02-06 21:25:02 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-02-06 21:25:02 +0100
commitcd84573e668b13ae9fc9b4bc85382c410873dc90 (patch)
tree64ca27a0ab376cb217fcf3dd79d4acb3879067d5
parentae53eee68af3ae306b4d7f51f44ca31509ea356b (diff)
less services
-rw-r--r--common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 0a3f20b..8c05589 100644
--- a/common.nix
+++ b/common.nix
@@ -354,6 +354,12 @@ in
# no need for power-profiles-daemon
services.power-profiles-daemon.enable = pkgs.lib.mkForce false;
+ # no need for disk stuff at home
+ services.udisks2.enable = pkgs.lib.mkForce false;
+
+ # no polkit needed either
+ security.polkit.enable = pkgs.lib.mkForce false;
+
###
### per user configuration below
###