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;