Merge pull request #63087 from matthiasbeyer/fix-ddclient-extraconfig

Fix ddclient extraConfig
This commit is contained in:
Matthew Bauer 2019-06-20 15:28:04 -04:00 committed by GitHub
commit 808d6fc7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ let
wildcard=YES
quiet=${boolToStr cfg.quiet}
verbose=${boolToStr cfg.verbose}
${lib.concatStringsSep "," cfg.domains}
${cfg.extraConfig}
${lib.concatStringsSep "," cfg.domains}
'';
in