Remove cache pool

This commit is contained in:
Yan Lin 2025-09-09 12:37:17 +02:00
parent 617ab047a9
commit d45f48427b

View file

@ -28,7 +28,6 @@
boot.initrd.systemd.enable = true;
boot.supportedFilesystems = [ "zfs" "xfs" ];
boot.zfs.forceImportRoot = false;
boot.zfs.extraPools = [ "cache" ]; # Auto-import additional pools
# ZFS ARC memory configuration for 32GB system
boot.kernelParams = [
@ -149,7 +148,7 @@
autoScrub = {
enable = true;
interval = "monthly";
pools = [ "rpool" "cache" ];
pools = [ "rpool" ];
};
autoSnapshot = {
enable = true;