Skip to content

Commit

Permalink
docs: Document hideMounts Option
Browse files Browse the repository at this point in the history
  • Loading branch information
maydayv7 authored and lovesegfault committed Feb 4, 2022
1 parent 5f5bafe commit ff540db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#+begin_src nix
{
environment.persistence."/persistent" = {
hideMounts = true;
directories = [
"/var/log"
"/var/lib/bluetooth"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ff540db

Please sign in to comment.