From 48659d3b6353497aa74bbf68567001ba4f5cd47f Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 18 Jan 2023 20:07:32 +0100 Subject: l gg23: disable ipv6 --- lass/2configs/gg23.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lass/2configs/gg23.nix') diff --git a/lass/2configs/gg23.nix b/lass/2configs/gg23.nix index 51db9a40..b703d71e 100644 --- a/lass/2configs/gg23.nix +++ b/lass/2configs/gg23.nix @@ -2,9 +2,11 @@ with import ; { + # 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 = { -- cgit v1.2.3