m 2 led-fader: wait for mosquitto if defined locally
This commit is contained in:
parent
ce43883b50
commit
01d31cb57d
@ -29,6 +29,7 @@ in {
|
||||
environment = {
|
||||
NIX_PATH = "/var/src";
|
||||
};
|
||||
after = [ (lib.optional config.services.mosqitto.enable "mosquitto.service") ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
# User = "nobody"; # need a user with permissions to run nix-shell
|
||||
|
Loading…
Reference in New Issue
Block a user