systemd.mounts.*.mountConfig

NixOS option

Each attribute in this set specifies an option in the [Mount] section of the unit. See systemd.mount(5) for details.

type: attribute set of (systemd option)
Default
{ }
Example
{
  DirectoryMode = "0775";
}
declared in: nixos/modules/system/boot/systemd.nixView source on NixOS/nixpkgs →