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