MyNixOS website logo
option

services.waagent.settings.ResourceDisk.MountOptions

This option specifies disk mount options to be passed to the mount -o command. For more information, see the mount(8) manual page.

Declarations
Type
list of string
Default
[ ]
Example
[
  "nodev"
  "nosuid"
]