dotfiles/hosts/h001/mods/default.nix
RingOfStorms (Joshua Bell) 220a4acd52 add agent
2025-11-18 22:28:36 -06:00

20 lines
294 B
Nix

{
...
}:
{
imports = [
./litellm.nix
./nixarr.nix
./monitoring.nix
./monitoring_hub.nix
./monitoring_agent.nix
./pinchflat.nix
./openwebui.nix
./trilium.nix
./oauth2-proxy.nix
./n8n.nix
./postgresql.nix
./openbao.nix
# ./vault.nix
];
}