Skip to content

Commit

Permalink
marie-nas: fix broken zpool.cache
Browse files Browse the repository at this point in the history
This caused zfs to write to disks every 300s even without activity

See openzfs/zfs#9734
  • Loading branch information
NyCodeGHG committed Mar 4, 2025
1 parent 6111486 commit c7b1944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/marie-nas/state.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{ file = "/etc/ssh/ssh_host_ed25519_key.pub"; inInitrd = true; configureParent = true; how = "symlink"; }
{ file = "/etc/ssh/ssh_host_rsa_key"; mode = "0700"; inInitrd = true; configureParent = true; how = "symlink"; }
{ file = "/etc/ssh/ssh_host_rsa_key.pub"; inInitrd = true; configureParent = true; how = "symlink"; }
{ file = "/etc/zfs/zpool.cache"; inInitrd = true; how = "symlink"; }
{ file = "/etc/zfs/zpool.cache"; inInitrd = true; configureParent = true; how = "symlink"; }
];
};
};
Expand Down

0 comments on commit c7b1944

Please sign in to comment.