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
declared in: nixos/modules/system/boot/systemd.nixView source on NixOS/nixpkgs →{
DirectoryMode = "0775";
}