mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
better ipv6 config
This commit is contained in:
parent
c9686ca54e
commit
1999030ee2
3 changed files with 14 additions and 5 deletions
|
@ -46,6 +46,8 @@
|
|||
linkConfig.RequiredForOnline = false;
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
IPv6AcceptRA = "yes";
|
||||
IPv6PrivacyExtensions = "yes";
|
||||
};
|
||||
dhcpV4Config = {
|
||||
RouteMetric = 10;
|
||||
|
@ -75,7 +77,7 @@
|
|||
DHCP = "yes";
|
||||
IgnoreCarrierLoss = "3s";
|
||||
IPv6AcceptRA = "yes";
|
||||
#IPv6PrefixDelegation = "dhcpv6";
|
||||
IPv6PrivacyExtensions = "yes";
|
||||
};
|
||||
dhcpV4Config = {
|
||||
RouteMetric = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue