mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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…
Reference in a new issue