diff --git a/systems/common/optional/btrfs_scrub.nix b/systems/common/optional/btrfs_scrub.nix new file mode 100644 index 0000000..bc963bd --- /dev/null +++ b/systems/common/optional/btrfs_scrub.nix @@ -0,0 +1,7 @@ +{ + services.btrfs.autoScrub = { + enable = true; + interval = "monthly"; + fileSystems = = [ "/" ]; + }; +}