added zfs auto scrub and snapshot
This commit is contained in:
parent
c3a19fb6f9
commit
f994ba035c
|
@ -34,6 +34,9 @@
|
||||||
|
|
||||||
boot.zfs.extraPools = [ "zpool" ];
|
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
|
# this might need to match the hostId of the installation medium? `head -c 8 /etc/machine-id` NOPE
|
||||||
networking.hostId = "c51763d6";
|
networking.hostId = "c51763d6";
|
||||||
networking.hostName = "defiant"; # Define your hostname.
|
networking.hostName = "defiant"; # Define your hostname.
|
||||||
|
|
Loading…
Reference in a new issue