make led-fader: after networ-online.target
This commit is contained in:
parent
40eda692b7
commit
cb692e0014
|
@ -31,6 +31,7 @@ in {
|
|||
};
|
||||
# after = [ (lib.optional config.services.mosqitto.enable "mosquitto.service") ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
serviceConfig = {
|
||||
# User = "nobody"; # need a user with permissions to run nix-shell
|
||||
ExecStart = "${pkg}/bin/ampel 4 ${pkg}/share/times.json";
|
||||
|
|
Loading…
Reference in a new issue