From 0947ccf69515c8c0ad18171a03ee456f7e361d53 Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 16:03:55 +0100 Subject: [PATCH] . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6f02cd3..28501e7 100644 --- a/flake.nix +++ b/flake.nix @@ -133,7 +133,7 @@ after = [ "network.target" ]; serviceConfig = { ExecStart = - "${pkgs.python3.pkgs.gunicorn}/bin/gunicorn -w 1 -b 0.0.0.0:${cfg.server.port} main:app"; + "${pkgs.python3.pkgs.gunicorn}/bin/gunicorn -w 1 -b 0.0.0.0:${cfg.config.server.port} main:app"; Restart = "on-failure"; }; wantedBy = [ "multi-user.target" ];