Bump dependencies.
This commit is contained in:
parent
10dbdcddd0
commit
da0e3e9d56
3 changed files with 98 additions and 18 deletions
7
hosts/hub/apps/ollama.nix
Normal file
7
hosts/hub/apps/ollama.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.ollama.enable = true;
|
||||
services.caddy.virtualHosts."https://ollama.tailc50184.ts.net".extraConfig = ''
|
||||
bind tailscale/ollama
|
||||
reverse_proxy http://localhost:11434
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue