From ab59cc9d4b936183ab834c03a8c09f97725fe49f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 10 Jan 2024 17:58:07 +0100 Subject: enable fast dbus --- common.nix | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3