dotfiles/hosts/h001/mods/default.nix
RingOfStorms (Joshua Bell) 7762150e90 update h001
2025-12-18 11:56:39 -06:00

20 lines
306 B
Nix

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