From 0b138c5af6b3357c32c50b67682b12650b8a98a1 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sat, 5 Oct 2024 14:38:00 -0500 Subject: [PATCH] coolercontrol --- hosts/desktop/boot.nix | 1 + hosts/desktop/configuration.nix | 8 +++++++- hosts/desktop/home.nix | 1 + hosts/nas/boot.nix | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/hosts/desktop/boot.nix b/hosts/desktop/boot.nix index 8a51ee7..d2c93a3 100644 --- a/hosts/desktop/boot.nix +++ b/hosts/desktop/boot.nix @@ -7,6 +7,7 @@ in { # Configure bootloader with lanzaboot and secureboot boot = { + kernelModules = [ "nct6775" ]; loader = { systemd-boot = { enable = lib.mkForce false; diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 6e6424e..ddcb891 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -36,7 +36,7 @@ in ./sops.nix ../default.nix # specialisations - ./cosmic + # ./cosmic ./hyprland ./gnome ]; @@ -177,6 +177,11 @@ in programs.gamemode.enable = lib.mkDefault true; + + programs.coolercontrol = { + enable = true; + }; + # Configure environment environment = { # List packages installed in system profile. To search, run: @@ -208,6 +213,7 @@ in rclone-browser rsync sbctl + udisks2 vim vulkan-tools wget diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index d0877e4..85c28e8 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -64,6 +64,7 @@ in bottles chromium compose2nix + coolercontrol.coolercontrol-gui deadnix discord fastfetch diff --git a/hosts/nas/boot.nix b/hosts/nas/boot.nix index 1a20637..fdc63e0 100644 --- a/hosts/nas/boot.nix +++ b/hosts/nas/boot.nix @@ -39,7 +39,7 @@ in ]; systemd = { enable = true; - enableTpm2 = true; + tpm2.enable = true; }; }; };