diff --git a/profiles/ipv6.nix b/profiles/ipv6.nix new file mode 100644 index 0000000..2070c70 --- /dev/null +++ b/profiles/ipv6.nix @@ -0,0 +1,12 @@ +# NixOps configuration for the hosts running a TURN server (coturn) +{ + config, + pkgs, + lib, + ... +}: { + networking = { + enableIPv6 = true; + tempAddresses = "disabled"; + }; +}