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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index f45e33c0..7609d9a3 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -26,7 +26,6 @@
     ./settings/gaming.nix
     ./settings/programs/tor.nix
     ./settings/programs/barrier.nix
-    ./settings/services/syncthing.nix
   ];
   boot.loader.efi.canTouchEfiVariables = pkgs.lib.mkForce false;
   services.xserver.screenSection = ''
@@ -40,7 +39,7 @@
   };
 
   powerManagement.enable = false;
-  # powerManagement.cpuFreqGovernor = "performance";
+  powerManagement.cpuFreqGovernor = "performance";
   networking = {
     hostName = "prefect";
     domain = pkgs.lib.mkForce "alanpearce.eu";