nix-community / impermanence

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

feat(nixos): Support Hiding of Bind Mounts #76

Closed maydayv7 closed 2 years ago

maydayv7 commented 2 years ago

This is done by exposing an option hideMounts to set the x-gvfs-hide mount option on all the bind mounts

Fixes #64

lovesegfault commented 2 years ago

Deferring adding a more general extraMountFlags in another PR, if people feel the need for it.