nixos/hosts/hub/apps/ollama.nix

7 lines
191 B
Nix
Raw Normal View History

2025-01-29 14:29:16 -06:00
{
services.ollama.enable = true;
services.caddy.virtualHosts."https://ollama.tailc50184.ts.net".extraConfig = ''
bind tailscale/ollama
reverse_proxy http://localhost:11434
'';
}