diff options
author | makefu <github@syntax-fehler.de> | 2017-06-06 18:56:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-06 18:56:02 +0200 |
commit | ca77ad48ee0046a330d1902a4c12464c7b928bb0 (patch) | |
tree | 3d91f552593729fa91fdb70ded0a887f835710b4 /makefu | |
parent | b166fb32c080720fe18b145e27ae69b9d0e3ea90 (diff) |
m 2 led-fader: trying to fix mosquitto deps
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/wry.nix | 4 | ||||
-rw-r--r-- | makefu/2configs/deployment/led-fader.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/makefu/1systems/wry.nix b/makefu/1systems/wry.nix index 62ca171a9..f5097bf40 100644 --- a/makefu/1systems/wry.nix +++ b/makefu/1systems/wry.nix @@ -22,8 +22,8 @@ in { # ../2configs/nginx/euer.test.nix # collectd - ../2configs/logging/central-stats-client.nix - ../2configs/logging/central-logging-client.nix + ../2configs/stats/client.nix + ../2configs/logging/client.nix ../2configs/tinc/retiolum.nix # ../2configs/torrent.nix diff --git a/makefu/2configs/deployment/led-fader.nix b/makefu/2configs/deployment/led-fader.nix index e4d62ae77..50023693d 100644 --- a/makefu/2configs/deployment/led-fader.nix +++ b/makefu/2configs/deployment/led-fader.nix @@ -29,7 +29,7 @@ in { environment = { 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" ]; serviceConfig = { # User = "nobody"; # need a user with permissions to run nix-shell |