From 76000bf03884c5415e20a241d476a41b56c3a3a9 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 28 Jan 2025 13:56:13 +0100 Subject: [PATCH] Enable ollama on gamepc --- machines/gamepc/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/machines/gamepc/configuration.nix b/machines/gamepc/configuration.nix index 88997f8..4f3bc4c 100644 --- a/machines/gamepc/configuration.nix +++ b/machines/gamepc/configuration.nix @@ -33,6 +33,13 @@ services = { openssh.enable = true; + ollama = { + enable = true; + rocmOverrideGfx = "10.3.0"; + loadModels = ["deepseek-r1:32b"]; + acceleration = "rocm"; + }; + xserver.displayManager.lightdm.extraSeatDefaults = '' autologin-user=pim '';