mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Disable any ipv6 functionality
This commit is contained in:
parent
e0b6239ab6
commit
6804112df6
4 changed files with 19 additions and 49 deletions
|
|
@ -38,10 +38,7 @@ _: {
|
|||
enable = true;
|
||||
networks."10-enp6s0" = {
|
||||
matchConfig.Name = "enp6s0";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
networkConfig.DHCP = "ipv4";
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue