Enable zfs autoscrub

This commit is contained in:
GHOSCHT 2024-07-28 00:35:01 +02:00
parent 9e32507665
commit b7dcc5e579
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -31,6 +31,7 @@ in {
# Enable ZFS
boot.supportedFilesystems = ["zfs"];
networking.hostId = "f014fc43";
services.zfs.autoScrub.enable = true;
systemd.enableEmergencyMode = false;
networking.firewall.enable = true;