Remove ollama service from Ronin

This commit is contained in:
Evie Litherland-Smith 2024-10-08 09:33:45 +01:00
parent d6e6fd8e7b
commit 9178d0678d

View file

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