From e09a2f8a23161e52859754e5cf874ec4099a2008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 20 Dec 2022 21:47:46 +0100 Subject: nixos: update some machines configuration --- nixos/machine/spt-mox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/machine/spt-mox.nix') diff --git a/nixos/machine/spt-mox.nix b/nixos/machine/spt-mox.nix index acca74c..87d720f 100644 --- a/nixos/machine/spt-mox.nix +++ b/nixos/machine/spt-mox.nix @@ -173,7 +173,7 @@ with lib; systemd.services.bigclown-leds = { description = "Bigclown LEDs control"; wantedBy = ["multi-user.target"]; - after = ["mosquitto.service"]; + wants = ["mosquitto.service"]; serviceConfig.ExecStart = "${pkgs.bigclown-leds}/bin/bigclown-leds /run/secrets/bigclown-leds.ini"; }; -- cgit v1.2.3