ddclient: Write /etc/ddclient.conf when requested

Fixes #20101

From PR #21417
This commit is contained in:
Svein Ove Aas 2016-12-25 23:32:23 +01:00 committed by Franz Pletz
parent b0264bb63c
commit a4fca56897
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -120,7 +120,7 @@ in
};
environment.etc."ddclient.conf" = {
enable = config.services.ddclient.configFile == /etc/ddclient.conf;
enable = config.services.ddclient.configFile == "/etc/ddclient.conf";
uid = config.ids.uids.ddclient;
mode = "0600";
text = ''