Remove redundant extraPools attribute

This commit is contained in:
2021-03-09 13:24:27 +01:00
parent 55f7b357de
commit 2ace5e2f88

View File

@@ -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 = {