cuallaidh: add ipv6 support

This commit is contained in:
Serĉanto de Scio 2024-07-04 20:20:01 +10:00
parent ff5a541071
commit 2d52e3da66
Signed by: sercanto
GPG key ID: A4122FF3971B6865

12
profiles/ipv6.nix Normal file
View file

@ -0,0 +1,12 @@
# NixOps configuration for the hosts running a TURN server (coturn)
{
config,
pkgs,
lib,
...
}: {
networking = {
enableIPv6 = true;
tempAddresses = "disabled";
};
}