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:
parent
eb67e58208
commit
fbab6415ca
1 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue