Remove redundant extraPools attribute
This commit is contained in:
parent
55f7b357de
commit
2ace5e2f88
|
@ -55,10 +55,7 @@
|
||||||
|
|
||||||
# Enable ZFS support
|
# Enable ZFS support
|
||||||
networking.hostId = "4e74ea68";
|
networking.hostId = "4e74ea68";
|
||||||
boot = {
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
supportedFilesystems = [ "zfs" ];
|
|
||||||
zfs.extraPools = [ "vault" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Scrub zpool monthly
|
# Scrub zpool monthly
|
||||||
services.zfs.autoScrub = {
|
services.zfs.autoScrub = {
|
||||||
|
|
Loading…
Reference in New Issue