Enable zfs autoscrub
This commit is contained in:
parent
9e32507665
commit
b7dcc5e579
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ in {
|
||||||
# Enable ZFS
|
# Enable ZFS
|
||||||
boot.supportedFilesystems = ["zfs"];
|
boot.supportedFilesystems = ["zfs"];
|
||||||
networking.hostId = "f014fc43";
|
networking.hostId = "f014fc43";
|
||||||
|
services.zfs.autoScrub.enable = true;
|
||||||
|
|
||||||
systemd.enableEmergencyMode = false;
|
systemd.enableEmergencyMode = false;
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue