move btrfs.autoScrub.enable to hardware-configuration.nix

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-11 16:51:36 +01:00
parent ffedb0821b
commit b6acf6a941
3 changed files with 4 additions and 1 deletions

View file

@ -89,7 +89,6 @@ in
# powerManagement.cpuFreqGovernor = "ondemand";
services = {
btrfs.autoScrub.enable = true;
dbus.implementation = "broker";
dbus.packages = [ pkgs.gcr ];
fwupd.enable = true;