From 81e9cb64bbeb8a4d9a8ee186c99d254da6aa819c Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 2 Aug 2025 11:15:32 -0600 Subject: [PATCH] open ai --- hosts/workstation/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 66b7fa2..eab9627 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -135,7 +135,7 @@ in ]; services = { flatpak.enable = true; - # open-webui.enable = true; + open-webui.enable = true; scx = { enable = true; scheduler = "scx_lavd"; @@ -148,10 +148,10 @@ in enable = true; path = [ pkgs.gnome-keyring ]; }; - # ollama = { - # enable = true; - # acceleration = "cuda"; - # }; + ollama = { + enable = true; + acceleration = "cuda"; + }; resilio = { enable = true; useUpnp = true;