nix-community / impermanence

Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
MIT License
1.1k stars 81 forks source link

nixos: implement full bind/link modules #9

Closed lovesegfault closed 3 years ago

lovesegfault commented 4 years ago

This implements the API discussed in #1, which gives the user full control over whether something (file or dir) should be linked or bind mounted.

NB: This is a draft as it builds on #3 and #8 which are not yet merged.