From 61c99b7ce71add1fb7d09710ac3a217ff646e348 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 2 Nov 2023 11:40:46 +0300 Subject: 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/khamovnik/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users/tazjin/nixos/khamovnik/default.nix') diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix index 957397f281..789dbcee5d 100644 --- a/users/tazjin/nixos/khamovnik/default.nix +++ b/users/tazjin/nixos/khamovnik/default.nix @@ -109,6 +109,9 @@ in pulse.enable = true; }; + # Try to work around Intel CPU throttling bugs + services.throttled.enable = true; + hardware.bluetooth.enable = true; users.users.tazjin.extraGroups = [ "tss" ]; -- cgit 1.4.1