forked from nyanloutre/nixos-config
ZFS autoScrub
This commit is contained in:
parent
235cb35a8a
commit
0180566812
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
services.zfs.autoSnapshot.enable = true;
|
services.zfs.autoSnapshot.enable = true;
|
||||||
|
services.zfs.autoScrub.enable = true;
|
||||||
|
|
||||||
networking.hostName = "loutreos"; # Define your hostname.
|
networking.hostName = "loutreos"; # Define your hostname.
|
||||||
networking.hostId = "7e66e347";
|
networking.hostId = "7e66e347";
|
||||||
|
|
Loading…
Add table
Reference in a new issue