From bf1be34acb4cb24373c2b9f6aff3a1251e06a181 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 7 Feb 2024 20:10:34 +0100 Subject: enable dhcpcd ipv6rs --- modules/common/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 5281403..f6e0bdf 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -8,6 +8,7 @@ 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