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