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.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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue