mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Add new remount-hook store parameter.
This commit is contained in:
parent
a1a7f3156d
commit
d9688ba708
1 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,13 @@ struct LocalOverlayStoreConfig : virtual LocalStoreConfig
|
|||
default, but can be disabled if needed.
|
||||
)"};
|
||||
|
||||
const PathSetting remountHook{(StoreConfig*) this, "", "remount-hook",
|
||||
R"(
|
||||
Script or program to run when overlay filesystem needs remounting.
|
||||
|
||||
TODO: Document this in more detail.
|
||||
)"};
|
||||
|
||||
const std::string name() override { return "Experimental Local Overlay Store"; }
|
||||
|
||||
std::string doc() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue