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