bigbird: Enable ZFS autoscrub
This commit is contained in:
parent
5c296f9a84
commit
815c1ad671
|
@ -21,6 +21,8 @@
|
|||
boot.zfs.forceImportRoot = false;
|
||||
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`
|
||||
|
||||
time.timeZone = "America/Chicago";
|
||||
|
|
Loading…
Reference in a new issue