Skip to content

Commit c7b1944

Browse files
committed
marie-nas: fix broken zpool.cache
This caused zfs to write to disks every 300s even without activity See openzfs/zfs#9734
1 parent 6111486 commit c7b1944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/marie-nas/state.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{ file = "/etc/ssh/ssh_host_ed25519_key.pub"; inInitrd = true; configureParent = true; how = "symlink"; }
3131
{ file = "/etc/ssh/ssh_host_rsa_key"; mode = "0700"; inInitrd = true; configureParent = true; how = "symlink"; }
3232
{ file = "/etc/ssh/ssh_host_rsa_key.pub"; inInitrd = true; configureParent = true; how = "symlink"; }
33-
{ file = "/etc/zfs/zpool.cache"; inInitrd = true; how = "symlink"; }
33+
{ file = "/etc/zfs/zpool.cache"; inInitrd = true; configureParent = true; how = "symlink"; }
3434
];
3535
};
3636
};

0 commit comments

Comments
 (0)