From 9178d0678dfc1d2d87b13630891dd149518cd2ba Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 8 Oct 2024 09:33:45 +0100 Subject: [PATCH] Remove ollama service from Ronin --- system/Ronin.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/Ronin.nix b/system/Ronin.nix index 882f11fb..2276f932 100644 --- a/system/Ronin.nix +++ b/system/Ronin.nix @@ -19,8 +19,5 @@ ''; systemPackages = with pkgs; [ openfortivpn ]; }; - services = { - hardware.bolt.enable = true; - ollama.enable = true; - }; + services.hardware.bolt.enable = true; }