dotfiles/hosts/h001/mods/default.nix

14 lines
171 B
Nix

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