dotfiles/hosts/h001/mods/default.nix
RingOfStorms (Joshua Bell) cfdfeb5df2 add beszel host
2025-11-18 22:04:07 -06:00

19 lines
267 B
Nix

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