m 2 led-fader: trying to fix mosquitto deps
This commit is contained in:
parent
b972503ce2
commit
e3b90ff5a1
|
@ -22,8 +22,8 @@ in {
|
||||||
# ../2configs/nginx/euer.test.nix
|
# ../2configs/nginx/euer.test.nix
|
||||||
|
|
||||||
# collectd
|
# collectd
|
||||||
../2configs/logging/central-stats-client.nix
|
../2configs/stats/client.nix
|
||||||
../2configs/logging/central-logging-client.nix
|
../2configs/logging/client.nix
|
||||||
|
|
||||||
../2configs/tinc/retiolum.nix
|
../2configs/tinc/retiolum.nix
|
||||||
# ../2configs/torrent.nix
|
# ../2configs/torrent.nix
|
||||||
|
|
|
@ -29,7 +29,7 @@ in {
|
||||||
environment = {
|
environment = {
|
||||||
NIX_PATH = "/var/src";
|
NIX_PATH = "/var/src";
|
||||||
};
|
};
|
||||||
after = [ (lib.optional config.services.mosqitto.enable "mosquitto.service") ];
|
# after = [ (lib.optional config.services.mosqitto.enable "mosquitto.service") ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# User = "nobody"; # need a user with permissions to run nix-shell
|
# User = "nobody"; # need a user with permissions to run nix-shell
|
||||||
|
|
Loading…
Reference in a new issue