mirror of
https://github.com/nix-community/impermanence
synced 2024-11-12 22:57:11 +00:00
docs: Document hideMounts
Option
This commit is contained in:
parent
5f5bafee3a
commit
ff540dbe20
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue