diff --git a/hosts/pwntie/default.nix b/hosts/pwntie/default.nix index 9c88a10..8e3d07a 100644 --- a/hosts/pwntie/default.nix +++ b/hosts/pwntie/default.nix @@ -90,7 +90,8 @@ in ollama = { enable = true; acceleration = "rocm"; - listenAddress = "localhost:${toString oLlamaPort}"; + host = "localhost"; + port = oLlamaPort; }; prometheus = { enable = true;