diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||