From d4bd57c2fb680c3139c4ea66b218c0d27611a3dd Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Tue, 30 Dec 2025 23:21:01 -0800 Subject: [PATCH] Enable fan script at boot --- modules/host-groups/apollo-2000.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/host-groups/apollo-2000.nix b/modules/host-groups/apollo-2000.nix index 5a71d51..3b75e69 100644 --- a/modules/host-groups/apollo-2000.nix +++ b/modules/host-groups/apollo-2000.nix @@ -42,7 +42,7 @@ }; services.hpe-silent-fans = { 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."; serviceConfig = {