dotfiles/hosts/h001/mods/default.nix
RingOfStorms (Joshua Bell) 9e58c21946 add postgres for fun data
2025-10-09 14:27:36 -05:00

16 lines
206 B
Nix

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