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