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