Remove cache pool
This commit is contained in:
parent
617ab047a9
commit
d45f48427b
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue