bigbird: Enable ZFS autoscrub

This commit is contained in:
Chandler Swift 2024-11-12 01:05:36 -06:00
parent 5c296f9a84
commit 815c1ad671
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -21,6 +21,8 @@
boot.zfs.forceImportRoot = false; boot.zfs.forceImportRoot = false;
boot.zfs.extraPools = [ "nas" ]; boot.zfs.extraPools = [ "nas" ];
services.zfs.autoScrub.enable = true; # Current scan takes ~12h, runs monthly (I spend 2% of the time doing scans? lol)
networking.hostId = "66abd088"; # `openssl rand -hex 4` networking.hostId = "66abd088"; # `openssl rand -hex 4`
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";