setup ollama server with tailscale security

This commit is contained in:
Khaïs COLIN 2025-11-16 16:23:28 +01:00
parent c686e2dc1a
commit 11ef001a78
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -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;