lol

nixos/lib: fix typo in documentation for systemd (#405675)

authored by

Florian Klink and committed by
GitHub
9cc7df71 772ee195

+1 -1
+1 -1
nixos/lib/systemd-unit-options.nix
··· 99 99 Defines how unit configuration is provided for systemd: 100 100 101 101 `asDropinIfExists` creates a unit file when no unit file is provided by the package 102 - otherwise a drop-in file name `overrides.conf`. 102 + otherwise it creates a drop-in file named `overrides.conf`. 103 103 104 104 `asDropin` creates a drop-in file named `overrides.conf`. 105 105 Mainly needed to define instances for systemd template units (e.g. `systemd-nspawn@mycontainer.service`).