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";