mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop] make full preemption more easily overridable
This commit is contained in:
parent
da5a352496
commit
a161b6ac34
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ in {
|
|||
aviallon.boot.cmdline = {
|
||||
splash = mkIf (!generalCfg.debug) "";
|
||||
"udev.log_level" = mkIf (!generalCfg.debug) 3;
|
||||
preempt = "full";
|
||||
preempt = mkDefault "full";
|
||||
"usbhid.mousepoll" = 1; # 1ms latency for mouse
|
||||
"usbhid.kbpoll" = 4; # 4ms latency for kb
|
||||
"systemd.log_level" = config.boot.initrd.systemd.managerEnvironment.SYSTEMD_LOG_LEVEL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue