Add downloading

This commit is contained in:
Henry Hiles 2025-07-28 09:08:38 -04:00
commit 324f67d58a
No known key found for this signature in database

View file

@ -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;