Remove ollama from Ronin

This commit is contained in:
Evie Litherland-Smith 2024-10-18 16:15:16 +01:00
parent 4c3b24bd60
commit 18308b3caf

View file

@ -21,8 +21,5 @@
'';
systemPackages = with pkgs; [ openfortivpn ];
};
services = {
hardware.bolt.enable = true;
ollama.enable = true;
};
services.hardware.bolt.enable = true;
}