From 3d3a4cb504ee84f413e5d529a9a5a28b95f7c47b Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 6 Jan 2025 20:20:10 -0700 Subject: [PATCH] powertop --- nix/home-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home-server.nix b/nix/home-server.nix index 20fa9d5..8e2ac21 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -125,6 +125,7 @@ # virtualization stuff virtualisation.libvirtd.enable = true; + powerManagement.powertop.enable = true; # zfs stuff boot.supportedFilesystems = [ "zfs" ];