From 4c5128a7a0beb5fe5face8feb70f7445a63f022a Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 23 Aug 2025 20:19:12 +0000 Subject: [PATCH] refactor: ollama pkg with service :art: --- nixos/hosts/wsl.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/hosts/wsl.nix b/nixos/hosts/wsl.nix index 5d50802..15eca06 100644 --- a/nixos/hosts/wsl.nix +++ b/nixos/hosts/wsl.nix @@ -57,8 +57,6 @@ # neovim # activated in neovim.nix mpv # cli music player - ollama # LLMs locally - git # version control gh # github cli tool @@ -86,6 +84,7 @@ lolcat ]; + services.ollama.enable = true; services.vscode-server.enable = true; security.rtkit.enable = true; # realtime kit hands out realtime scheduling priority services.pipewire = {