From 02db3d2eb59fbcca555baf1e5493279920b81dbd Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 21 Feb 2025 21:10:00 -0500 Subject: [PATCH] added ollama user --- systems/bob/llms.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/bob/llms.nix b/systems/bob/llms.nix index c3b22b3..340e888 100644 --- a/systems/bob/llms.nix +++ b/systems/bob/llms.nix @@ -1,6 +1,7 @@ { services = { ollama = { + user = "ollama"; enable = true; loadModels = [ "codellama:7b"