summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-02-14 21:16:58 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-02-14 21:16:58 +0100
commitbc1a776ebfedc12092d37b22de0cd9297dc15071 (patch)
tree60d8c612632c35a2b712796d067a1cc5c3cad25f /common.nix
parentb7d30b96d030b6b35b26cba317bd9864250a86bb (diff)
no udisk, lot of dbus errors
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 d3aa068..17277e0 100644
--- a/common.nix
+++ b/common.nix
@@ -351,9 +351,6 @@ 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;
-
###
### per user configuration below
###