17 lines
224 B
Nix
17 lines
224 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./litellm.nix
|
|
./nixarr.nix
|
|
./monitoring.nix
|
|
./pinchflat.nix
|
|
./openwebui.nix
|
|
./trilium.nix
|
|
./oauth2-proxy.nix
|
|
./n8n.nix
|
|
./postgresql.nix
|
|
./openbao.nix
|
|
];
|
|
}
|