From ee9dc5f5987b196a17c8b4a5dc1845051a815aac Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 3 Oct 2024 00:45:26 +0200 Subject: [PATCH] feat: enable ollama --- hosts/lambdaos/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 74360b5..685efca 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -219,6 +219,10 @@ }; services = { + ollama = { + enable = true; + acceleration = "cuda"; + }; desktopManager.cosmic.enable = false; pcscd.enable = true; # for yubikey pipewire = {