summaryrefslogtreecommitdiff
path: root/sys/core/storage.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/core/storage.nix')
-rw-r--r--sys/core/storage.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/core/storage.nix b/sys/core/storage.nix
index d026eeb..693e5e7 100644
--- a/sys/core/storage.nix
+++ b/sys/core/storage.nix
@@ -24,9 +24,8 @@ in
services.fstrim.enable = true;
services.btrfs.autoScrub = {
- enable = true;
- interval = "monthly";
- fileSystems = [ "/" ];
+ enable = true;
+ fileSystems = [ "/" ];
};
boot.tmp = {