From fbab6415ca2956f4d00a450690857a1aa32fb73a Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 6 Jan 2024 17:01:51 +0100 Subject: [PATCH] chore: don't send ipv6 RA for now --- hosts/ward/net.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/ward/net.nix b/hosts/ward/net.nix index f402837..45034dd 100644 --- a/hosts/ward/net.nix +++ b/hosts/ward/net.nix @@ -73,12 +73,12 @@ in { # SubnetId = "auto"; #}; # Provide a DNS resolver - ipv6SendRAConfig = { - EmitDNS = true; - # TODO change to self later - #DNS = lib.net.cidr.host 1 net.lan.ipv6cidr; - DNS = ["2606:4700:4700::1111" "2001:4860:4860::8888"]; - }; + # TODO ipv6SendRAConfig = { + # TODO EmitDNS = true; + # TODO # TODO change to self later + # TODO #DNS = lib.net.cidr.host 1 net.lan.ipv6cidr; + # TODO DNS = ["2606:4700:4700::1111" "2001:4860:4860::8888"]; + # TODO }; linkConfig.RequiredForOnline = "routable"; }; # Remaining macvtap interfaces should not be touched.