systemd.automounts.*.unitConfig

NixOS option

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

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