Scorch: enable ollama service

This commit is contained in:
Evie Litherland-Smith 2024-03-06 08:44:32 +00:00
parent 7cad4506c0
commit eec2bc0afd

View file

@ -18,5 +18,6 @@
''; '';
systemPackages = with pkgs; [openfortivpn samba]; systemPackages = with pkgs; [openfortivpn samba];
}; };
services.ollama.enable = true;
programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk";
} }