diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 5961214..a53214f 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -23,4 +23,11 @@ }; }; }; + + services = { + btrfs.autoScrub = { + enable = true; + fileSystems = ["/"]; + }; + }; }