Fix ipv6 in dyndns
This commit is contained in:
parent
62af95f658
commit
1ce35bcadd
|
@ -104,7 +104,7 @@ in {
|
||||||
"cache.home.dyn.tammena.rocks"
|
"cache.home.dyn.tammena.rocks"
|
||||||
"elysia-clarki.home.dyn.tammena.rocks"
|
"elysia-clarki.home.dyn.tammena.rocks"
|
||||||
];
|
];
|
||||||
extraConfig = "usev6=on";
|
ipv6 = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Reference in a new issue