Skip to content

Commit

Permalink
kernel: enable CGROUP_NET_PRIO
Browse files Browse the repository at this point in the history
It's required by systemd 238 because of a bug, otherwise systemd aborts.
  • Loading branch information
abbradar committed Mar 22, 2018
1 parent c405768 commit e31c3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ with stdenv.lib;
NETFILTER y
NETFILTER_ADVANCED y
CGROUP_BPF? y # Required by systemd per-cgroup firewalling
CGROUP_NET_PRIO y # Required by systemd
IP_ROUTE_VERBOSE y
IP_MROUTE_MULTIPLE_TABLES y
IP_VS_PROTO_TCP y
Expand Down

0 comments on commit e31c3f8

Please sign in to comment.