From d8bb1d68156dd6fa86c2dd60145407a2bd45c3ad Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 2 Jan 2018 19:13:02 +0100 Subject: autoScrub --- hel.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hel.nix b/hel.nix index 5e444136..f524dd44 100644 --- a/hel.nix +++ b/hel.nix @@ -555,5 +555,11 @@ }; }; }; + + services.btrfs.autoScrub = { + enable = true; + fileSystems = [ "/" ]; + interval = "weekly"; + }; } -- cgit v1.2.3