summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index c38a3fab..188dfd8f 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -13,6 +13,7 @@
     ./settings/configuration/user.nix
     ./settings/hardware/audio.nix
     ./settings/hardware/bare-metal.nix
+    ./settings/hardware/personal-computer.nix
     ./settings/hardware/bluetooth.nix
     ./settings/hardware/nvme-root.nix
     ./settings/hardware/connman.nix
@@ -79,7 +80,6 @@
     ip6tables -A nixos-fw -p udp --source fd12:d04f:65d:0::/64 -j nixos-fw-accept
   '';
 
-  powerManagement.cpuFreqGovernor = "schedutil";
   networking = {
     hostName = "prefect";
   };