+LibreChat +pgadmin

This commit is contained in:
2025-09-03 14:20:31 +02:00
parent bb707f6ab4
commit e3593466d7
12 changed files with 713 additions and 57 deletions

View File

@@ -1,6 +1,12 @@
{
{lib, ...}: {
imports = [
./baserow.nix
./librechat.nix
./portainer.nix
];
system.activationScripts.createPodmanNetworkWeb = lib.mkAfter ''
if ! /run/current-system/sw/bin/podman network exists web; then
/run/current-system/sw/bin/podman network create web --subnet=10.89.0.0/24 --internal
fi
'';
}