From 5267176a3876362820ce360ec105a77b96bd8779 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 19 Sep 2022 15:54:01 +0200 Subject: [PATCH] nixos/ddclient: document that daemon should not be set Closes #191105 --- nixos/modules/services/networking/ddclient.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/modules/services/networking/ddclient.nix b/nixos/modules/services/networking/ddclient.nix index a0e9405343ba..5c32817979af 100644 --- a/nixos/modules/services/networking/ddclient.nix +++ b/nixos/modules/services/networking/ddclient.nix @@ -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. + ::: ''; }; };