services.waagent.settings.ResourceDisk.MountOptions

NixOS option

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

type: list of string
Default
[ ]
Example
[
  "nodev"
  "nosuid"
]
declared in: nixos/modules/virtualisation/waagent.nixView source on NixOS/nixpkgs →