Enable zfs scrubbing

This commit is contained in:
Zuckerberg 2023-08-12 18:26:13 -06:00
parent 37782a26d5
commit f4a26a8d15

View File

@ -31,6 +31,8 @@
boot.initrd.luks.devices."enc-pv4".device = "/dev/disk/by-uuid/e2c7402a-e72c-4c4a-998f-82e4c10187bc";
# mounts
services.zfs.autoScrub.enable = true;
services.zfs.trim.enable = true;
fileSystems."/" =
{
device = "rpool/nixos/root";