fixup
This commit is contained in:
parent
fd07ca6667
commit
2d0f0e3720
1 changed files with 2 additions and 4 deletions
|
@ -73,8 +73,6 @@ in
|
|||
useNetworkd = true;
|
||||
};
|
||||
|
||||
boot.kernel.sysctl."net.ipv6.conf.ens3.disable_ipv6" = 1;
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
|
||||
|
@ -82,8 +80,8 @@ in
|
|||
"10-lan" = {
|
||||
matchConfig.Name = "ens3";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
IPv6AcceptRA = false;
|
||||
DHCP = "yes";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
|
||||
|
|
Loading…
Reference in a new issue