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;