diff --git a/deploy/flake.nix b/deploy/flake.nix index 4eedd5f..3d85f71 100644 --- a/deploy/flake.nix +++ b/deploy/flake.nix @@ -34,7 +34,7 @@ py ]; serviceConfig = { - StartExec = handybot; + ExecStart = handybot; }; }; })