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;