Allow to serve the frontend in the NixOS module
This commit is contained in:
parent
cfe7f9dada
commit
5d84dacc26
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ with lib; {
|
|||
REGALADE_HOST = cfg.settings.host;
|
||||
REGALADE_PORT = toString cfg.settings.port;
|
||||
REGALADE_API_ALLOWED = cfg.settings.apiAllowed;
|
||||
REGALADE_SERVE_APP = mkIf cfg.frontend.enable "${cfg.frontend.package}";
|
||||
REGALADE_SQLX_LOGGING =
|
||||
if cfg.settings.sqlxLogging
|
||||
then "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue