diff --git a/modules/host-groups/apollo-2000.nix b/modules/host-groups/apollo-2000.nix index 3b75e69..f1b294c 100644 --- a/modules/host-groups/apollo-2000.nix +++ b/modules/host-groups/apollo-2000.nix @@ -42,7 +42,8 @@ }; services.hpe-silent-fans = { enable = true; - after = [ "network.target" "multi-user.target" ]; + after = [ "network.target" ]; + wantedBy = [ "multi-user.target" ]; description = "Lowers fan speeds by using ilo over ssh to manually set fan parameters."; serviceConfig = {