fix(tazjin/khamovnik): enable services.throttled
This can apparently work around some of the CPU throttling bugs on ~modern~ computers. Change-Id: I807ece85d3eba53857a1cb1e73a33f7924538e96 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9895 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
ceca00a866
commit
61c99b7ce7
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ in
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Try to work around Intel CPU throttling bugs
|
||||||
|
services.throttled.enable = true;
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
users.users.tazjin.extraGroups = [ "tss" ];
|
users.users.tazjin.extraGroups = [ "tss" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue