mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
ddclient: Write /etc/ddclient.conf when requested
Fixes #20101 From PR #21417
This commit is contained in:
parent
b0264bb63c
commit
a4fca56897
@ -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…
Reference in New Issue
Block a user