dotfiles/hosts/h001/mods/default.nix
RingOfStorms (Joshua Bell) 570f371834 wip openbao
2025-10-27 23:36:15 -05:00

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
];
}