[Boot] disable RT_GROUP_SCHED by default

Causes issues with the standard way of making realtime processes
This commit is contained in:
Antoine Viallon 2024-05-23 12:12:24 +02:00
parent 7a79e4234c
commit 819f6167d5
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -145,7 +145,7 @@ in {
x32abi.enable = mkEnableOption "X32 kernel ABI";
kvdo.enable = mkEnableOption "dm-kvdo kernel module";
rtGroupSched.enable = mkEnableOption "RT cgroups" // { default = config.aviallon.optimizations.enable; };
rtGroupSched.enable = mkEnableOption "RT cgroups"; # Breaks standard way of setting RT sched policy to processes
energyModel.enable = mkEnableOption "Energy Model";
patches = {