dotfiles/hosts/h001/mods/default.nix
RingOfStorms (Joshua Bell) 4a3e0290d0 use bezel flake
2025-11-18 23:33:32 -06:00

18 lines
246 B
Nix

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