Enable ollama for Ronin

This commit is contained in:
Evie Litherland-Smith 2024-02-27 16:04:23 +00:00
parent b4e558ab08
commit ac3d5520c4

View file

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