Skip to content

Commit

Permalink
mob next
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Aug 23, 2023
1 parent 800581d commit c8047fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions modules/pretalx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,7 @@ in {
# ${cfg.package}/bin/pretalx compilemessages
${cfg.package}/bin/pretalx collectstatic --noinput
# FIXME: Remove `--force`, was only added for PRETALX_DEBUG=true not to crash.
${cfg.package}/bin/pretalx compress --force
${cfg.package}/bin/pretalx compress
exec ${gunicorn}/bin/gunicorn pretalx.wsgi --name=${pretalxWebServiceName} --bind=${gunicornSocket} ${cfg.gunicorn.extraArgs}
'';
Expand Down
14 changes: 7 additions & 7 deletions tests/pretalx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
sops = pkgs.lib.mkForce {
age.keyFile = ./sops/keys.txt;
defaultSopsFile = ./sops/pretalx.yaml;
secrets = {
"pretalx/database/password" = {};
"pretalx/redis/location" = {};
"pretalx/init/admin/password" = {};
"pretalx/celery/backend" = {};
"pretalx/celery/broker" = {};
};
# secrets = {
# "pretalx/database/password" = {};
# "pretalx/redis/location" = {};
# "pretalx/init/admin/password" = {};
# "pretalx/celery/backend" = {};
# "pretalx/celery/broker" = {};
# };
};

# Use kmscon <https://www.freedesktop.org/wiki/Software/kmscon/>
Expand Down

0 comments on commit c8047fa

Please sign in to comment.