Remove redundant extraPools attribute

This commit is contained in:
coolneng 2021-03-09 13:24:27 +01:00
parent 55f7b357de
commit 2ace5e2f88
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 4 deletions

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