l gg23: disable ipv6

This commit is contained in:
lassulus 2023-01-18 20:07:32 +01:00
parent d9d0fbd040
commit 48659d3b63

View File

@ -2,9 +2,11 @@
with import <stockholm/lib>;
{
# ipv6 from vodafone is really really flaky
boot.kernel.sysctl."net.ipv6.conf.et0.disable_ipv6" = 1;
systemd.network.networks."50-et0" = {
matchConfig.Name = "et0";
DHCP = "yes";
DHCP = "ipv4";
# dhcpV4Config.UseDNS = false;
# dhcpV6Config.UseDNS = false;
linkConfig = {