commit d0426c680eb4ccc386f3ec46d963f8c244695e86
parent 306a12b3df4465f73dd70d127c696338cd70f17c
Author: vin <vin@vineetk.net>
Date: Tue, 18 Mar 2025 10:06:01 -0400
demiurge: remove data_warm and hgst pool from auto-importing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
@@ -66,7 +66,7 @@
efi.canTouchEfiVariables = true;
};
- zfs.extraPools = [ "data_wd" "data_warm" "hgst" "nvme_warm" ];
+ zfs.extraPools = [ "data_wd" "nvme_warm" ];
};
# disable wifi and open some ports