nixos/ddclient: document that daemon should not be set

Closes #191105
This commit is contained in:
Sandro 2022-09-19 15:54:01 +02:00 committed by Sandro Jäckel
parent ce55d54e44
commit 5267176a38
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -200,6 +200,10 @@ with lib;
type = lines;
description = lib.mdDoc ''
Extra configuration. Contents will be added verbatim to the configuration file.
::: {.note}
`daemon` should not be added here because it does not work great with the systemd-timer approach the service uses.
:::
'';
};
};