dotfiles/hosts/h001/mods/default.nix
RingOfStorms (Joshua Bell) 0d120e4057 random stuff
2025-11-13 22:35:36 -06:00

18 lines
242 B
Nix

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