summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 5e444136..f524dd44 100644
--- a/hel.nix
+++ b/hel.nix
@@ -555,5 +555,11 @@
555 }; 555 };
556 }; 556 };
557 }; 557 };
558
559 services.btrfs.autoScrub = {
560 enable = true;
561 fileSystems = [ "/" ];
562 interval = "weekly";
563 };
558} 564}
559 565