disable ipv6

This commit is contained in:
andromeda
2026-01-12 09:36:48 +01:00
parent e6669a9d88
commit e38e0b95dc

View File

@@ -2,4 +2,5 @@
services.openvpn.servers = { services.openvpn.servers = {
"173.249.5.230" = {config = ''config /root/nixos/openvpn/173.249.5.230.ovpn'';}; "173.249.5.230" = {config = ''config /root/nixos/openvpn/173.249.5.230.ovpn'';};
}; };
networking.enableIPv6 = false;
} }