From 4998f85fa5d120c7abe65121e093c5f82956830d Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 18 Feb 2025 00:57:25 -0600 Subject: [PATCH] updates --- hosts/lio/configuration.nix | 3 +++ hosts/lio/flake.lock | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hosts/lio/configuration.nix b/hosts/lio/configuration.nix index 96f2640..2d3d8ad 100644 --- a/hosts/lio/configuration.nix +++ b/hosts/lio/configuration.nix @@ -19,6 +19,9 @@ # System76 hardware.system76.enableAll = true; + # https://discourse.nixos.org/t/very-high-fan-noises-on-nixos-using-a-system76-thelio/23875/10 + # Fixes insane jet speed fan noise + services.power-profiles-daemon.enable = false; system.stateVersion = "23.11"; } diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index a5213d4..0d90251 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -161,11 +161,11 @@ }, "mod_de_gnome": { "locked": { - "lastModified": 1737060750, - "narHash": "sha256-2uPSP5KyEUcmArlYDvfZvumL3Yo7x0D+//Q28QzTdjQ=", + "lastModified": 1739823381, + "narHash": "sha256-X1yfLqcwpXjenq681iTqqIMQ0FMGjT26maTEVPaWrg8=", "ref": "mod_de_gnome", - "rev": "218ad3b357bb2c3e6d5e52c484c397ea506c0628", - "revCount": 38, + "rev": "2434f4858db4b5ddb095d5a7d8bdb05890c48bb4", + "revCount": 39, "type": "git", "url": "https://git.joshuabell.xyz/dotfiles" },