From 439e88964cec92cdb9fe960a01b07aa59d7ddeac Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 26 Feb 2023 12:22:00 +0100 Subject: [PATCH] some updates --- flake.lock | 12 ++++++------ nixos/hosts/thalassa/aoife/hardware.nix | 10 ---------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index acf877e..9c5c97a 100644 --- a/flake.lock +++ b/flake.lock @@ -429,11 +429,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1677276957, - "narHash": "sha256-/vhdNhQj2CWgqdfD2KLEZWDleOfen0t2EiaGiyivnJU=", + "lastModified": 1677400245, + "narHash": "sha256-+/oDZltWUhYFYcIRjH0F5lSNWcBj+4o5kzmDSheiLRw=", "owner": "nix-community", "repo": "home-manager", - "rev": "664945b3e09b4551c4e63e16efebd493cf5eac74", + "rev": "693d76eeb84124cc3110793ff127aeab3832f95c", "type": "github" }, "original": { @@ -914,11 +914,11 @@ }, "nur": { "locked": { - "lastModified": 1677383307, - "narHash": "sha256-7Xm2jl8Pk0lbNYO3J//L/ToHMCPa+BR57iOFi6yaL14=", + "lastModified": 1677400920, + "narHash": "sha256-s+Now//Yr9KTpJnD2AcRA6jxE2eFJ5ETy4srg4kxlfU=", "owner": "nix-community", "repo": "NUR", - "rev": "98ece127a5b790aa56635034613a0ab72f6b9fe3", + "rev": "757744d8d4d4c87d32d669572da135fd1b4bcd14", "type": "github" }, "original": { diff --git a/nixos/hosts/thalassa/aoife/hardware.nix b/nixos/hosts/thalassa/aoife/hardware.nix index c9f208d..c6b1208 100644 --- a/nixos/hosts/thalassa/aoife/hardware.nix +++ b/nixos/hosts/thalassa/aoife/hardware.nix @@ -21,16 +21,6 @@ # Power Management services.upower.enable = true; services.thermald.enable = true; - services.power-profiles-daemon.enable = false; - services.tlp = { - enable = true; - settings = { - CPU_BOOST_ON_AC = 1; - CPU_BOOST_ON_BAT = 0; - CPU_SCALING_GOVERNOR_ON_AC = "performance"; - CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; - }; - }; powerManagement = { enable = true;