Install lm-sensors everywhere.

This commit is contained in:
2024-09-15 18:54:05 +01:00
parent 740ca57343
commit 30ed64caa0

View File

@@ -2,7 +2,8 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
file 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 neovim
]; ];
} }