Enable ollama service for work laptop

This commit is contained in:
Evie Litherland-Smith 2024-10-10 16:52:09 +01:00
parent 804ff2af6a
commit 0df26d4a48

View file

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