MyNixOS website logo
option

virtualisation.fileSystems.<name>.options

Options used to mount the file system.

This is called options in mount(8) and fs_mntops in fstab(5)

Some options that can be used for all mounts are documented in mount(8) under FILESYSTEM-INDEPENDENT MOUNT OPTIONS.

Options that systemd understands are documented in systemd.mount(5) under FSTAB.

Each filesystem supports additional options, see the docs for that filesystem.

Declarations
Type
non-empty (list of string (with check: non-empty))
Default
[
  "defaults"
]
Example
[
  "data=journal"
]