1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/doc/manual/rl-next/fsync-store-paths.md
2024-08-22 15:48:36 +02:00

411 B

synopsis issues prs
Add setting `fsync-store-paths`
1218
7126

Nix now has a setting fsync-store-paths that ensures that new store paths are durably written to disk before they are registered as "valid" in Nix's database. This can prevent Nix store corruption if the system crashes or there is a power loss. This setting defaults to false.

Author: @squalus