From 2ace5e2f88ce4c7111729377a984664a131bc939 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 9 Mar 2021 13:24:27 +0100 Subject: [PATCH] Remove redundant extraPools attribute --- configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index b0e4e94..900825b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {