From 59c7ec2b81e2ad0f0e62256db565e9a60c1e2063 Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 16:05:06 +0100 Subject: [PATCH] . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 28501e7..0377354 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.config.server.port} main:app"; + "${pkgs.python3.pkgs.gunicorn}/bin/gunicorn -w 1 -b 0.0.0.0:${cfg.settings.server.port} main:app"; Restart = "on-failure"; }; wantedBy = [ "multi-user.target" ];