mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] disable RT_GROUP_SCHED by default
Causes issues with the standard way of making realtime processes
This commit is contained in:
parent
7a79e4234c
commit
819f6167d5
1 changed files with 1 additions and 1 deletions
2
boot.nix
2
boot.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue