rm override

This commit is contained in:
Henry Hiles 2025-07-27 20:29:20 -04:00
commit 07044e196d
No known key found for this signature in database

View file

@ -32,11 +32,6 @@ in {
enableNginx = false;
redis.createLocally = true;
postgresql.createLocally = true;
frontendPackage = pkgs.lasuite-docs-frontend.overrideAttrs {
NODE_ENV = "production";
NEXT_PUBLIC_PUBLISH_AS_MIT = false;
PUBLISH_AS_MIT = false;
};
bind = "unix:${socket}";
inherit s3Url domain;