From bc3e192f88c82c2a6dc296e9b68f5838a9100800 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Thu, 6 Nov 2025 10:31:14 +0100 Subject: [PATCH] update mtl-aas to run gunicorn server instead of flask dev server --- common/mtl-aas.nix | 2 +- flake.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/mtl-aas.nix b/common/mtl-aas.nix index 539aeb6..661376e 100644 --- a/common/mtl-aas.nix +++ b/common/mtl-aas.nix @@ -24,7 +24,7 @@ # run MTL-aas as a systemd service systemd.services.mtl-aas = { script = '' - ${mtl-aas}/bin/run_server + ${mtl-aas}/bin/run_gunicorn ''; serviceConfig = { Type = "exec"; diff --git a/flake.lock b/flake.lock index 84aae30..4c54976 100644 --- a/flake.lock +++ b/flake.lock @@ -30,11 +30,11 @@ "uv2nix": "uv2nix" }, "locked": { - "lastModified": 1762383209, - "narHash": "sha256-nrD8dA4szeAE/hXA1+bJ9t1vkhChXzcP7dQd+NsqoLw=", + "lastModified": 1762421420, + "narHash": "sha256-hK8M1EHKKVRzzldqB0MUojr5R2K4kgC9yMMvFAOnXKI=", "ref": "refs/heads/main", - "rev": "8359d6e5214a7a2e881753f381cc1adfacfcf7c2", - "revCount": 364, + "rev": "95b14ee41b7688142c9db51c974261e6d0986b57", + "revCount": 365, "type": "git", "url": "https://deemz.org/git/teaching/mtl-aas" },