enable fast dbus
This commit is contained in:
parent
e710f64489
commit
ab59cc9d4b
|
@ -59,6 +59,9 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# enable fast dbus
|
||||||
|
services.dbus.implementation = "broker";
|
||||||
|
|
||||||
# ensure we scrub the btrfs sometimes
|
# ensure we scrub the btrfs sometimes
|
||||||
services.btrfs.autoScrub = {
|
services.btrfs.autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue