From b20526049713146d5691a21e6083dc3c45e1426f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 13 May 2024 13:18:17 +0100 Subject: [PATCH] Remove ollama service from Ronin --- configuration/Ronin.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration/Ronin.nix b/configuration/Ronin.nix index d12c2947..28376112 100644 --- a/configuration/Ronin.nix +++ b/configuration/Ronin.nix @@ -13,5 +13,4 @@ ''; systemPackages = with pkgs; [openfortivpn samba]; }; - services.ollama.enable = true; }