From 4e787d452ba1f81a07066f6bafc7cf000d03098a Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 8 Feb 2024 11:17:46 +0100 Subject: only enable dhcpcd ipv6 hanlding for vultr --- modules/common/networking.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/common') diff --git a/modules/common/networking.nix b/modules/common/networking.nix index f6e0bdf..5281403 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -8,7 +8,6 @@ interfaces.eth0.useDHCP = true; nameservers = [ "1.1.1.1" "8.8.8.8" ]; - dhcpcd.IPv6rs = true; dhcpcd.extraConfig = '' nohook resolv.conf ''; -- cgit v1.2.3