Update cloudflare-ddns.nix
This commit is contained in:
parent
28fa6dbf46
commit
0808cfbfca
1 changed files with 1 additions and 4 deletions
|
|
@ -5,10 +5,7 @@
|
||||||
services.cloudflare-dyndns = {
|
services.cloudflare-dyndns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
apiTokenFile = "/var/secrets/cloudflare-token";
|
apiTokenFile = "/var/secrets/cloudflare-token";
|
||||||
domains = [ "nordhammer.it" ]; # or subdomain.yourdomain.com
|
domains = [ "nordhammer.it" ];
|
||||||
# Optional: specify which network interface to get IP from
|
|
||||||
# ipv4 = true; # default
|
|
||||||
# ipv6 = false; # default
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue