added zfs auto scrub and snapshot

This commit is contained in:
Leyla Becker 2024-09-17 09:59:57 -05:00
parent c3a19fb6f9
commit f994ba035c

View file

@ -34,6 +34,9 @@
boot.zfs.extraPools = [ "zpool" ];
services.zfs.autoScrub.enable = true;
services.zfs.autoSnapshot.enable = true;
# this might need to match the hostId of the installation medium? `head -c 8 /etc/machine-id` NOPE
networking.hostId = "c51763d6";
networking.hostName = "defiant"; # Define your hostname.