From eec2bc0afded8b0b7d3ba38949fcbbbf88373eab Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 6 Mar 2024 08:44:32 +0000 Subject: [PATCH] Scorch: enable ollama service --- hosts/Scorch/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Scorch/configuration.nix b/hosts/Scorch/configuration.nix index 22e24772..ccaa1c88 100644 --- a/hosts/Scorch/configuration.nix +++ b/hosts/Scorch/configuration.nix @@ -18,5 +18,6 @@ ''; systemPackages = with pkgs; [openfortivpn samba]; }; + services.ollama.enable = true; programs.firefox.policies.Homepage.URL = lib.mkForce "https://nucleus.ukaea.uk"; }