Compare commits
No commits in common. "b2bea02dd1847827c414e8280cc497e592cdc786" and "a0aeac833b96e6abeebd4c7623df737d0046cf57" have entirely different histories.
b2bea02dd1
...
a0aeac833b
|
@ -39,7 +39,7 @@
|
|||
quiet = true;
|
||||
protocol = "duckdns";
|
||||
domains = [ "coolneng.duckdns.org" ];
|
||||
passwordFile = "/var/keys/ddclient";
|
||||
passwordFile = builtins.readFile /var/keys/ddclient;
|
||||
};
|
||||
|
||||
# Firewall configuration
|
||||
|
|
Loading…
Reference in New Issue