diff options
-rw-r--r-- | users/tazjin/nixos/khamovnik/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix index 957397f281ef..789dbcee5df5 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" ]; |