Add downloading
This commit is contained in:
parent
07044e196d
commit
324f67d58a
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ in {
|
|||
enableNginx = false;
|
||||
redis.createLocally = true;
|
||||
postgresql.createLocally = true;
|
||||
frontendPackage = pkgs.lasuite-docs-frontend.overrideAttrs {
|
||||
NEXT_PUBLIC_PUBLISH_AS_MIT = "false";
|
||||
};
|
||||
bind = "unix:${socket}";
|
||||
inherit s3Url domain;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue