From 124c4a47e338968323d6f0737d352a1772feebe2 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Thu, 13 Feb 2025 22:33:03 -0700 Subject: [PATCH] added comment --- nix/home-server.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/home-server.nix b/nix/home-server.nix index f35c10e..565e170 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -141,6 +141,8 @@ }; }; }; + + # not working yet, in theory simplifies xml for vm environment.etc = { "ovmf/edk2-x86_64-secure-code.fd" = { source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-x86_64-secure-code.fd"; @@ -150,7 +152,7 @@ source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd"; }; }; - + powerManagement.powertop.enable = true; powerManagement.enable = true; powerManagement.cpuFreqGovernor = "powersave";