Skip to content

Commit

Permalink
projects/Pretalx: add defaultText to filesystem.static (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jun 5, 2024
1 parent 84f9006 commit 0b619bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/Pretalx/service.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ in {
Directory that contains static files. It needs to be writable by the pretalx process. pretalx will put files there.
'';
default = "${cfg.package.static}";
defaultText = literalExpression "\"\${config.services.ngi-pretalx.package.static}\"";
};
};

Expand Down

0 comments on commit 0b619bb

Please sign in to comment.