From 005d0577e19f4f6a47f75afa1cd72ddb4e08014a Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 17 Jan 2026 09:48:38 +0100 Subject: [PATCH] feat(skadi): enable ollama. --- hosts/skadi/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 19daab0..4f511ec 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -301,7 +301,7 @@ crony.wireguard.enable = true; crony.secrets.enable = true; crony.boot.enable = true; - # crony.ollama.enable = true; + crony.ollama.enable = true; crony.sunshine.enable = true; crony.bluetooth.enable = true; crony.localsend.enable = true;