Fix ddclient fr this time
This commit is contained in:
parent
08ca628c7c
commit
fb3af1f813
|
@ -3,8 +3,8 @@
|
||||||
services.ddclient = {
|
services.ddclient = {
|
||||||
enable = config.system.server.enable;
|
enable = config.system.server.enable;
|
||||||
protocol = "cloudflare";
|
protocol = "cloudflare";
|
||||||
usev4 = "webv4, webv4=checkip.dyndns.com/, webv4-skip='Current IP Address: '";
|
|
||||||
zone = "${config.domains.p2}";
|
zone = "${config.domains.p2}";
|
||||||
|
usev6 = "";
|
||||||
username = "token";
|
username = "token";
|
||||||
passwordFile = "${pkgs.writeText "cloudflareapikey" config.secrets.flareApiKey}";
|
passwordFile = "${pkgs.writeText "cloudflareapikey" config.secrets.flareApiKey}";
|
||||||
domains = [
|
domains = [
|
||||||
|
|
Loading…
Reference in a new issue