ddclient: fix ssl option

This commit is contained in:
Jakob Gillich 2015-12-08 11:11:14 +01:00
parent 27bea9a3aa
commit 80720501cb

View file

@ -18,7 +18,7 @@ let
password=${config.services.ddclient.password}
protocol=${config.services.ddclient.protocol}
server=${config.services.ddclient.server}
ssl=${if config.services.ddclient.ssl then "yes" else "yes"}
ssl=${if config.services.ddclient.ssl then "yes" else "no"}
wildcard=YES
${config.services.ddclient.domain}
${config.services.ddclient.extraConfig}