From cec4fcabdab7a1bd137130111e8ee6567686815c Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 26 Jan 2023 18:03:27 +0530 Subject: tweaks --- hosts/myrtle/configuration.nix | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'hosts') diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 468f64a..c86efd4 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix @@ -11,20 +11,16 @@ boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest; boot.blacklistedKernelModules = [ "nouveau" ]; - boot.kernelParams = [ "module_blacklist=i915" ]; + boot.kernelParams = [ + "module_blacklist=i915" + # "intel_pstate=disable" + ]; networking = { hostName = "myrtle"; wireless = { iwd.enable = true; interfaces = [ "wlan0" ]; - environmentFile = "/home/np/.wireless.env"; - networks = { - Sanic.psk = "@PSK_SANI@"; - Gopalan.psk = "@PSK_GOPA@"; - Srividhya.psk = "@PSK_SRIV@"; - sage.psk = "@PSK_SAGE@"; - }; }; }; @@ -125,7 +121,6 @@ ''; auto-cpufreq.enable = true; - thermald.enable = true; batteryNotifier = { enable = true; notifyCapacity = 20; @@ -134,11 +129,6 @@ touchegg.enable = true; }; - powerManagement = { - enable = true; - powertop.enable = true; - }; - systemd.sleep.extraConfig = '' HibernateMode=shutdown ''; -- cgit v1.2.3