From 11ef001a78057fb0350b964bcfc31fd7f83cc848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 16 Nov 2025 16:23:28 +0100 Subject: [PATCH] setup ollama server with tailscale security --- void.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;