nixpkgs/nixos/modules
Florian Klink 13be37662d kernel config: explicitly enable CONFIG_IPV6
We currently build CONFIG_IPV6=m.

This seems to be not really well-supported in mainline kernels - see
https://lore.kernel.org/netdev/20201115224509.2020651-1-flokli@flokli.de/T/#u

Compiling it as a module doesn't give too much benefit - even for people
who did explicitly set `enableIPv6` to false, the `ipv6` module was
still loaded, as soon as another module was loaded that requires it
(bridge,br_netfilter,wireguard,ip6table_mangle,sctp,…).

By compiling it in, we only loose the possibility to not add it to
`boot.kernelModules` anymore (as it's part of the kernel directly). The
space savings are negligible.

People wanting to disable IPv6 still get the appropriate sysctls and
options set (while having the kernel code loaded), nothing is really
changing here.
2020-11-16 13:07:49 +01:00
..
config Merge pull request #103225 from gebner/hsphfpd 2020-11-11 19:56:35 +01:00
hardware nixos/acpilight: add to packages 2020-11-12 05:22:18 +03:00
i18n/input-method hime: fix enable hime, remove hime-all package 2020-10-17 10:48:31 +08:00
installer Support virtio_scsi devices on nixos-generate-config 2020-11-04 10:00:28 +01:00
misc Merge pull request #100495 from DianaOlympos/riak-cs-delete 2020-11-03 11:17:42 -05:00
profiles nixos/hardened: update blacklisted filesystems 2020-09-27 06:16:58 +00:00
programs nixos/ssmtp: add assertion for useSTARTTLS dependency on useTLS 2020-11-09 04:35:12 +01:00
security Merge pull request #101370 from m1cr0man/ssl-test-certs 2020-10-28 17:21:57 +01:00
services nixos/telegraf: allow multiple env files 2020-11-14 16:33:50 +01:00
system Merge master into staging-next 2020-11-10 10:11:08 +01:00
tasks kernel config: explicitly enable CONFIG_IPV6 2020-11-16 13:07:49 +01:00
testing nixos/tests: only apply qemu parameters if the options are defined 2020-10-25 13:42:01 +01:00
virtualisation Merge pull request #96912 from atlaua/aranea/qemu-vm-kernel-config 2020-11-11 07:29:14 -05:00
module-list.nix nixos/mackerel-agent: init 2020-11-07 13:37:33 +09:00
rename.nix Merge pull request #91256 from prusnak/seeks 2020-09-18 16:32:33 +02:00