This commit is contained in:
Jonas Heinrich 2025-08-19 10:09:31 +02:00
parent b5ed14b767
commit ef20108403
9 changed files with 104 additions and 16 deletions

View file

@ -41,6 +41,7 @@ in
pythonPackages = p: with p; [ falcon requests jinja2 ];
env = {
FRAGIFY_TEMPLATES_DIR = "${pkgs.fragify}/share/fragify/templates";
FRAGIFY_STATIC_DIR = "${pkgs.fragify}/share/fragify/assets";
};
socket = "unix:${config.services.uwsgi.runDir}/fragify.sock";
chmod-socket = "660";