From 469d44f9679ae3186421e5167c9ce73b5087130e Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Tue, 30 Dec 2025 23:36:01 -0800 Subject: [PATCH] Make multi-user wantedBy instead of after to start at boot --- modules/host-groups/apollo-2000.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = {