From d0fb9ece33dfe35a7c006e84d49aa67380c1d2ba Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sun, 15 Dec 2024 12:35:41 +0100 Subject: [PATCH] local ollama --- workstation/ollama.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 workstation/ollama.nix diff --git a/workstation/ollama.nix b/workstation/ollama.nix new file mode 100644 index 0000000..4f9f0e5 --- /dev/null +++ b/workstation/ollama.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + +}