1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: don't send ipv6 RA for now

This commit is contained in:
oddlama 2024-01-06 17:01:51 +01:00
parent eb67e58208
commit fbab6415ca
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -73,12 +73,12 @@ in {
# SubnetId = "auto"; # SubnetId = "auto";
#}; #};
# Provide a DNS resolver # Provide a DNS resolver
ipv6SendRAConfig = { # TODO ipv6SendRAConfig = {
EmitDNS = true; # TODO EmitDNS = true;
# TODO change to self later # TODO # TODO change to self later
#DNS = lib.net.cidr.host 1 net.lan.ipv6cidr; # TODO #DNS = lib.net.cidr.host 1 net.lan.ipv6cidr;
DNS = ["2606:4700:4700::1111" "2001:4860:4860::8888"]; # TODO DNS = ["2606:4700:4700::1111" "2001:4860:4860::8888"];
}; # TODO };
linkConfig.RequiredForOnline = "routable"; linkConfig.RequiredForOnline = "routable";
}; };
# Remaining macvtap interfaces should not be touched. # Remaining macvtap interfaces should not be touched.