From 75a412de404a63c6764b0aeb4c47cf852223cd66 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Sat, 4 Mar 2023 14:24:36 +0100 Subject: [PATCH] Remove powerManagement.powerUpCommands --- machines/loki/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 9409bd2..29c66a0 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -245,11 +245,6 @@ }; powerManagement = { - powerUpCommands = '' - ${pkgs.powertop}/bin/powertop --auto-tune - ${pkgs.coreutils}/bin/echo 'on' > /sys/bus/usb/devices/5-3.2/power/control # Logitech G502 HERO SE - ${pkgs.coreutils}/bin/echo 'on' > /sys/bus/usb/devices/5-3.1/power/control # splitkb Kyria rev1 - ''; cpuFreqGovernor = "ondemand"; };