Compare commits
2 Commits
a0aeac833b
...
b2bea02dd1
Author | SHA1 | Date |
---|---|---|
coolneng | b2bea02dd1 | |
coolneng | 905b61e966 |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue