Compare commits
No commits in common. "e890a6d2334271377bc176ed4bc9638864ac991c" and "c156f85522c60d3c3012d60d8c3cd52ef3541ea7" have entirely different histories.
e890a6d233
...
c156f85522
|
@ -21,8 +21,6 @@ in
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
# Include service configuration
|
||||
./services/authentication.nix
|
||||
];
|
||||
|
||||
# Enable experimental features
|
||||
|
|
|
@ -10,7 +10,7 @@ desiredgov=performance
|
|||
; GameMode can change the scheduler policy to SCHED_ISO on kernels which support it (currently
|
||||
; not supported by upstream kernels). Can be set to "auto", "on" or "off". "auto" will enable
|
||||
; with 4 or more CPU cores. "on" will always enable. Defaults to "off".
|
||||
softrealtime=off
|
||||
softrealtime=auto
|
||||
|
||||
; GameMode can renice game processes. You can put any value between 0 and 20 here, the value
|
||||
; will be negated and applied as a nice value (0 means no change). Defaults to 0.
|
||||
|
|
Loading…
Reference in a new issue