this repo has no description

idk

Diogo 67082841 6a7f476c

Changed files
+1 -5
modules
nixos
services
+1 -5
modules/nixos/services/open-webui.nix
··· 38 38 ENABLE_ADMIN_EXPORT = "false"; 39 39 ENABLE_ADMIN_CHAT_ACCESS = "false"; 40 40 DATABASE_TYPE = "postgresql"; 41 - DATABASE_USER = "openwebui"; 42 - DATABASE_PASSWORD = "openwebui"; 43 - DATABASE_NAME = "openwebui"; 44 - DATABASE_HOST = "localhost"; 45 - DATABASE_PORT = "5432"; 41 + DATABASE_URL = "postgresql://openwebui:openwebui@localhost:5432/openwebui"; 46 42 }; 47 43 48 44 environmentFile = config.sops.secrets.open-webui.path;