rhea: enable auto-scrubbing (fixes #363)
Pierre Bourdon committed
Feb 12, 2024 at 04:28 UTC
3635c1cf08305bf23b5542496c52362d9ceb253b
1 file changed
+2
delft/rhea/configuration.nix
+2
@@ -48,4 +48,6 @@
48
49
# Don't rate-limit the journal.
50
services.journald.rateLimitBurst = 0;
51
+
52
+ services.zfs.autoScrub.enable = true;
53
}