mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
Fix ddclient extraConfig
The the extraConfig variable is added below the domain variable in the ddclient config file. The domain variable should always be last.
This commit is contained in:
parent
5cfeb46791
commit
ba0ba6dc79
@ -20,8 +20,8 @@ let
|
||||
wildcard=YES
|
||||
quiet=${boolToStr cfg.quiet}
|
||||
verbose=${boolToStr cfg.verbose}
|
||||
${cfg.domain}
|
||||
${cfg.extraConfig}
|
||||
${cfg.domain}
|
||||
'';
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user