diff options
Diffstat (limited to '')
-rw-r--r-- | configurations/eonwe/ollama.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configurations/eonwe/ollama.nix b/configurations/eonwe/ollama.nix index 45e6179..13ff300 100644 --- a/configurations/eonwe/ollama.nix +++ b/configurations/eonwe/ollama.nix @@ -27,13 +27,14 @@ services = { ollama = { + # FIXME https://github.com/NixOS/nixpkgs/issues/376930 enable = true; host = "0.0.0.0"; port = 11434; acceleration = "rocm"; - rocmOverrideGfx = "11.0.0"; + rocmOverrideGfx = "11.0.0"; # RX 7800 XT environmentVariables.OLLAMA_ORIGINS = lib.concatStringsSep "," [ "http://eonwe.shire.net:11434" |