From c8c88aebdab8b41be4624b3ad708071f838209c8 Mon Sep 17 00:00:00 2001 From: ant Date: Tue, 10 Jun 2025 20:30:09 +0200 Subject: [PATCH] enable ollama & add open-webui --- os/configuration.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/os/configuration.nix b/os/configuration.nix index 7b8795b..bf2076b 100644 --- a/os/configuration.nix +++ b/os/configuration.nix @@ -117,10 +117,13 @@ virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; - # services.ollama = { - # enable = true; - # acceleration = "cuda"; - # }; + services.ollama = { + enable = true; + acceleration = "cuda"; + }; + services.open-webui = { + enable = true; + }; services.immich.enable = true; # This value determines the NixOS release from which the default