New ISP without IPv6
This commit is contained in:
parent
3cd9a3e4e9
commit
231a662dc8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
services.cloudflare-dyndns = {
|
services.cloudflare-dyndns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ipv4 = true;
|
ipv4 = true;
|
||||||
ipv6 = true;
|
ipv6 = false; # not anymore 😭
|
||||||
domains = [
|
domains = [
|
||||||
# "sevenofnix.aciceri.dev"
|
# "sevenofnix.aciceri.dev"
|
||||||
"home.aciceri.dev"
|
"home.aciceri.dev"
|
||||||
|
|
Loading…
Add table
Reference in a new issue