cuallaidh: add ipv6 support
This commit is contained in:
parent
ff5a541071
commit
2d52e3da66
12
profiles/ipv6.nix
Normal file
12
profiles/ipv6.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# NixOps configuration for the hosts running a TURN server (coturn)
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
networking = {
|
||||||
|
enableIPv6 = true;
|
||||||
|
tempAddresses = "disabled";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue