From 17a361719ad3790ee44ca70413daa06caa4423c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 Feb 2025 18:52:49 +0000 Subject: [PATCH] base: +cpupower --- modules/base/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/base/default.nix b/modules/base/default.nix index abeb4cd..7614ffa 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -205,6 +205,9 @@ in config.boot.kernelPackages.perf config.boot.kernelPackages.vm-tools + + # non-virtual + powerstat config.boot.kernelPackages.cpupower ] (lib.mkIf (pkgs.stdenv.hostPlatform.system == "x86_64-linux") [ wrk2 ])