docs: Document hideMounts Option

This commit is contained in:
maydayv7 2022-02-04 08:10:25 +05:30 committed by Bernardo Meurer
parent 5f5bafee3a
commit ff540dbe20

View file

@ -35,6 +35,7 @@
#+begin_src nix
{
environment.persistence."/persistent" = {
hideMounts = true;
directories = [
"/var/log"
"/var/lib/bluetooth"
@ -137,6 +138,11 @@
If the file exists in persistent storage, it will be bind
mounted to the target path; otherwise it will be symlinked.
- ~hideMounts~ allows you to specify whether to hide the
bind mounts from showing up as mounted drives in the file
manager. If enabled, it sets the mount option ~x-gvfs-hide~
on all the bind mounts.
- ~users.talyz~ handles files and directories in ~talyz~'s home
directory