From 0f49b59083e5773b898cb0e6ab56b099ea1622bf Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 14 Sep 2023 17:20:41 +0200 Subject: [PATCH] Enable powertop Signed-off-by: Tristan Druyen --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 705010c..3630df4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -122,6 +122,8 @@ virtualisation.libvirtd.enable = true; + powerManagement.powertop.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave