summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-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;