Remove redundant readFile in ddclient

This commit is contained in:
2021-11-29 10:38:29 +01:00
parent 905b61e966
commit b2bea02dd1

View File

@@ -39,7 +39,7 @@
quiet = true;
protocol = "duckdns";
domains = [ "coolneng.duckdns.org" ];
passwordFile = builtins.readFile /var/keys/ddclient;
passwordFile = "/var/keys/ddclient";
};
# Firewall configuration