Remove ollama service from Ronin

This commit is contained in:
Evie Litherland-Smith 2024-05-13 13:18:17 +01:00
parent 8517c36faa
commit b205260497

View file

@ -13,5 +13,4 @@
'';
systemPackages = with pkgs; [openfortivpn samba];
};
services.ollama.enable = true;
}