From f7954f43d69d586ec9c351115c062216216347c0 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 30 Aug 2024 01:58:30 +0000 Subject: [PATCH] catacomb: don't import catapool --- machine/catacomb/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 301515c..9153e9e 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -16,7 +16,6 @@ generic-extlinux-compatible.enable = true; }; supportedFilesystems = ["zfs"]; - zfs.extraPools = [ "catapool" ]; kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ]; };