ensure we scrub the btrfs sometimes

This commit is contained in:
Christoph Cullmann 2023-06-10 17:33:43 +02:00
parent ee16391d6b
commit 8d191f63d7

View file

@ -52,6 +52,13 @@ in
];
};
# ensure we scrub the btrfs sometimes
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/data" ];
interval = "weekly";
};
# allow all firmware
hardware.enableAllFirmware = true;