dotfiles/hosts/h001/mods/default.nix
2025-11-17 03:39:21 +00: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
];
}