mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-31 11:34:18 +00:00
Make multi-user wantedBy instead of after to start at boot
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user