From abc7d20fff2f988332e6a267e7890cdaed7f32ad Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 21 Aug 2025 10:21:22 +0200 Subject: [PATCH] update module --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 390bfaa..53e78bc 100644 --- a/module.nix +++ b/module.nix @@ -33,7 +33,7 @@ in chdir = "${pkgs.fragdenrat}/share/fragdenrat"; # Use absolute wsgi entrypoint to avoid module resolution issues - wsgi-file = "${pkgs.fragdenrat}/share/fragdenrat/fragdenrat/wsgi.py"; + wsgi-file = "${pkgs.fragdenrat}/share/fragdenrat/wsgi.py"; callable = "application"; socket = "${config.services.uwsgi.runDir}/fragdenrat.sock";