24 lines
387 B
Nix
24 lines
387 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./litellm.nix
|
|
./litellm-public.nix
|
|
./nixarr.nix
|
|
./hardware-transcoding.nix
|
|
./monitoring_hub.nix
|
|
# ./pinchflat.nix
|
|
./youtarr.nix
|
|
./openwebui.nix
|
|
./trilium.nix
|
|
./oauth2-proxy.nix
|
|
./n8n.nix
|
|
./postgresql.nix
|
|
./openbao.nix
|
|
./homepage-dashboard.nix
|
|
# ./vault.nix
|
|
./puzzles.nix
|
|
./etebase.nix
|
|
];
|
|
}
|