diff --git a/nixos/includes/hardware/cpufreq.nix b/nixos/includes/hardware/cpufreq.nix deleted file mode 100644 index dfb44c0..0000000 --- a/nixos/includes/hardware/cpufreq.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - services.auto-cpufreq = { - enable = true; - settings = { - battery = { - governor = "powersave"; - turbo = "never"; - }; - charger = { - governor = "schedutil"; - turbo = "auto"; - }; - }; - }; -} diff --git a/nixos/includes/hardware/iwd.nix b/nixos/includes/hardware/iwd.nix deleted file mode 100644 index 6dd5746..0000000 --- a/nixos/includes/hardware/iwd.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - networking.wireless.iwd.enable = true; -}