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 - modules/vultr/default.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'modules') 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 ''; diff --git a/modules/vultr/default.nix b/modules/vultr/default.nix index 3104e0f..04ea21c 100644 --- a/modules/vultr/default.nix +++ b/modules/vultr/default.nix @@ -8,6 +8,10 @@ boot.loader.grub.devices = [ "/dev/vda" ]; + networking = { + dhcpcd.IPv6rs = true; + }; + fileSystems = { "/" = { device = "/dev/vda1"; -- cgit v1.2.3