Remove redundant readFile in ddclient

This commit is contained in:
coolneng 2021-11-29 10:38:29 +01:00
parent 905b61e966
commit b2bea02dd1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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