summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-01-10 17:58:07 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-01-10 17:58:07 +0100
commitab59cc9d4b936183ab834c03a8c09f97725fe49f (patch)
tree33474b3102a9e499208709df160d131f873845f3
parente710f64489f80060be56a8b2b17066fe2c3b936a (diff)
enable fast dbus
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 7d14ded..9411bbd 100644
--- a/common.nix
+++ b/common.nix
@@ -59,6 +59,9 @@ in
];
};
+ # enable fast dbus
+ services.dbus.implementation = "broker";
+
# ensure we scrub the btrfs sometimes
services.btrfs.autoScrub = {
enable = true;