From d96643b8ec643462c747f9a69a66c2357dd81dbd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Jan 2025 18:59:41 +0000 Subject: [PATCH] Remove ollama --- system/Vanguard.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index be4493e6..2be9f493 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -86,13 +86,7 @@ enable32Bit = true; }; }; - services = { - hardware.openrgb.enable = true; - ollama = { - enable = true; - acceleration = "rocm"; - }; - }; + services.hardware.openrgb.enable = true; networking.wg-quick.interfaces.wg0.configFile = "/etc/wireguard/gb-mnc-wg-001.conf"; system.stateVersion = "23.05"; }