From b59a8217793c3405bd0fdb0d5310875beac5102b Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Thu, 12 Jun 2025 02:23:08 +0200 Subject: [PATCH] Removed ollama --- commit_text | 2 +- configuration.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/commit_text b/commit_text index 5891bcf..b4e69b1 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added minimize shortcut +Removed ollama diff --git a/configuration.nix b/configuration.nix index 3a5e685..4f930f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -251,8 +251,6 @@ fonts.packages = with pkgs; [ nerd-fonts.hack ]; - services.ollama.enable = true; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;