diff --git a/home.nix b/home.nix index c9f4eca..9ad6f03 100644 --- a/home.nix +++ b/home.nix @@ -136,6 +136,7 @@ in { sessionVariables = { EDITOR = "hx"; + OLLAMA_BASE_URL = "http://void.hummingbird-stork.ts.net:11434"; }; inherit username; diff --git a/void.nix b/void.nix index bf75827..2d06d39 100644 --- a/void.nix +++ b/void.nix @@ -153,7 +153,12 @@ }; systemd.timers."postgresqlBackup".unitConfig.Persistent = true; - # minecraft TerraFirmaGreg server + services.ollama = { + enable = true; + acceleration = "rocm"; + # only allow tailscale access + host = "100.70.78.2"; + }; services.miniflux = { enable = true;