diff options
| author | LLLL Colonq <llll@colonq> | 2024-08-01 19:15:40 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-08-01 19:15:40 -0400 |
| commit | 790b517b8e64c46bcd6bb71637d2d0eb68c51abd (patch) | |
| tree | 308a4baaac7682ea420f4968b432443b0bf71234 | |
| parent | 171cbd99ea4b17db47108e8b0140e5ad36bfdcc0 (diff) | |
Fix flake.nix
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ after = ["colonq.fig-bus.service"]; serviceConfig = { Restart = "on-failure"; - ExecStart = "${haskellPackages.fig-monitor-twitch-live-watcher}/bin/fig-monitor-twitch live-checker --bus-host ${cfg.busHost} --bus-port ${toString cfg.busPort} --config ${cfg.configFile}"; + ExecStart = "${haskellPackages.fig-monitor-twitch}/bin/fig-monitor-twitch live-checker --bus-host ${cfg.busHost} --bus-port ${toString cfg.busPort} --config ${cfg.configFile}"; DynamicUser = "yes"; RuntimeDirectory = "colonq.fig-monitor-twitch-live-watcher"; RuntimeDirectoryMode = "0755"; |
