Compare commits

...

2 commits

Author SHA1 Message Date
53e5b4cc1a
set ollama base url 2025-11-16 16:29:55 +01:00
11ef001a78
setup ollama server with tailscale security 2025-11-16 16:25:10 +01:00
2 changed files with 7 additions and 1 deletions

View file

@ -136,6 +136,7 @@ in {
sessionVariables = { sessionVariables = {
EDITOR = "hx"; EDITOR = "hx";
OLLAMA_BASE_URL = "http://void.hummingbird-stork.ts.net:11434";
}; };
inherit username; inherit username;

View file

@ -153,7 +153,12 @@
}; };
systemd.timers."postgresqlBackup".unitConfig.Persistent = true; 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 = { services.miniflux = {
enable = true; enable = true;