From 30ed64caa07ab8292881bb526d4af828b6b8e8c6 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sun, 15 Sep 2024 18:54:05 +0100 Subject: [PATCH] Install lm-sensors everywhere. --- common/global/packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/global/packages.nix b/common/global/packages.nix index 8cb4cbb..5d6b934 100644 --- a/common/global/packages.nix +++ b/common/global/packages.nix @@ -2,7 +2,8 @@ { environment.systemPackages = with pkgs; [ file - nodejs_20 + lm_sensors # TODO: this shouldn't be installed on cloud nodes + nodejs_20 # TODO: this is for one job on nomad, it should just be a dependency there neovim ]; }