From 18308b3cafd014a499857e1eea3ce670e685cf63 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 18 Oct 2024 16:15:16 +0100 Subject: [PATCH] Remove ollama from Ronin --- system/Ronin.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/Ronin.nix b/system/Ronin.nix index 75bb8ec5..7287702d 100644 --- a/system/Ronin.nix +++ b/system/Ronin.nix @@ -21,8 +21,5 @@ ''; systemPackages = with pkgs; [ openfortivpn ]; }; - services = { - hardware.bolt.enable = true; - ollama.enable = true; - }; + services.hardware.bolt.enable = true; }