ddclient: Write /etc/ddclient.conf when requested

Fixes #20101

From PR #21417
wip/yesman
Svein Ove Aas 8 years ago committed by Franz Pletz
parent b0264bb63c
commit a4fca56897
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 2
      nixos/modules/services/networking/ddclient.nix

@ -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 = ''

Loading…
Cancel
Save