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