mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #103966 from flokli/kernel-enable-ipv6
kernel config: explicitly enable CONFIG_IPV6
This commit is contained in:
commit
462c5b26c5
@ -1062,7 +1062,6 @@ in
|
||||
];
|
||||
|
||||
boot.kernelModules = [ ]
|
||||
++ optional cfg.enableIPv6 "ipv6"
|
||||
++ optional hasVirtuals "tun"
|
||||
++ optional hasSits "sit"
|
||||
++ optional hasBonds "bonding";
|
||||
|
@ -132,6 +132,7 @@ let
|
||||
IP_MROUTE_MULTIPLE_TABLES = yes;
|
||||
IP_MULTICAST = yes;
|
||||
IP_MULTIPLE_TABLES = yes;
|
||||
IPV6 = yes;
|
||||
IPV6_ROUTER_PREF = yes;
|
||||
IPV6_ROUTE_INFO = yes;
|
||||
IPV6_OPTIMISTIC_DAD = yes;
|
||||
|
Loading…
Reference in New Issue
Block a user