kernel: Disable RT_GROUP_SCHED

Follow systemd recommendation
https://github.com/systemd/systemd/blob/fd74fa791f95433ac52520764b67e6fb4bda2c0e/README#L96-L103
This commit is contained in:
Alexander Ried
2016-10-05 12:52:45 +02:00
committed by GitHub
parent 74e52576e0
commit 96fbdf8594
@@ -395,7 +395,7 @@ with stdenv.lib;
# Linux containers.
NAMESPACES? y # Required by 'unshare' used by 'nixos-install'
RT_GROUP_SCHED? y
RT_GROUP_SCHED n
CGROUP_DEVICE? y
MEMCG y
MEMCG_SWAP y