mio-ops/profiles/ipv6.nix

13 lines
185 B
Nix
Raw Normal View History

2024-07-04 10:20:01 +00:00
# NixOps configuration for the hosts running a TURN server (coturn)
{
config,
pkgs,
lib,
...
}: {
networking = {
enableIPv6 = true;
tempAddresses = "disabled";
};
}