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 = {
|
||||
enable = true;
|
||||
apiTokenFile = "/var/secrets/cloudflare-token";
|
||||
domains = [ "nordhammer.it" ]; # or subdomain.yourdomain.com
|
||||
# Optional: specify which network interface to get IP from
|
||||
# ipv4 = true; # default
|
||||
# ipv6 = false; # default
|
||||
domains = [ "nordhammer.it" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue