Enable fan script at boot

This commit is contained in:
2025-12-30 23:21:01 -08:00
parent c5b0bad486
commit d4bd57c2fb

View File

@@ -42,7 +42,7 @@
}; };
services.hpe-silent-fans = { services.hpe-silent-fans = {
enable = true; enable = true;
after = [ "network.target" ]; after = [ "network.target" "multi-user.target" ];
description = "Lowers fan speeds by using ilo over ssh to manually set fan parameters."; description = "Lowers fan speeds by using ilo over ssh to manually set fan parameters.";
serviceConfig = { serviceConfig = {