diff --git a/profiles/btrfs.nix b/profiles/btrfs.nix index eecdd38..b688f11 100644 --- a/profiles/btrfs.nix +++ b/profiles/btrfs.nix @@ -3,7 +3,7 @@ btrfs-progs ]; - srvices.btrfs.autoScrub = { + services.btrfs.autoScrub = { enable = true; interval = "monthly"; };