kernel config: Enable CGROUP_BPF

Avoids the following warning:

File /.../systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)

+1
+1
pkgs/os-specific/linux/kernel/common-config.nix
··· 134 ''} 135 NETFILTER y 136 NETFILTER_ADVANCED y 137 IP_ROUTE_VERBOSE y 138 IP_MROUTE_MULTIPLE_TABLES y 139 IP_VS_PROTO_TCP y
··· 134 ''} 135 NETFILTER y 136 NETFILTER_ADVANCED y 137 + CGROUP_BPF? y # Required by systemd per-cgroup firewalling 138 IP_ROUTE_VERBOSE y 139 IP_MROUTE_MULTIPLE_TABLES y 140 IP_VS_PROTO_TCP y