Skip to content

chore(pkgs): remove Ollama (ollama-cpu + indicator + Alpaca client)#18

Merged
UnbreakableMJ merged 1 commit into
mainfrom
chore/remove-ollama
Jul 2, 2026
Merged

chore(pkgs): remove Ollama (ollama-cpu + indicator + Alpaca client)#18
UnbreakableMJ merged 1 commit into
mainfrom
chore/remove-ollama

Conversation

@UnbreakableMJ

Copy link
Copy Markdown
Contributor

Removes the local LLM runtime. Commented out (repo # DISABLED convention, easy to re-enable):

  • ollama-cpumodules/packages/ai.nix
  • gnomeExtensions.ollama-indicatormodules/desktops/gnome.nix (Ollama status indicator)
  • com.jeffser.Alpaca flatpak — modules/packages/flatpak.nix (an Ollama GUI client, dead without the backend)
  • PRD.md GNOME extensions list 18 → 17.

Heads-up (not flake-managed)

There's no services.ollama / users.groups.ollama in the repo, so the live ollama group (left over from a prior imperative install) won't be removed by rebuild. One-off cleanup after switch:

sudo groupdel ollama

Verification

Toplevel builds; ollama is fully absent from the system closure (nix-store -qR → no matches).

🤖 Generated with Claude Code

Ollama (local LLM runtime) is no longer wanted. Comment out (repo convention,
re-enable by uncommenting):
- ollama-cpu (modules/packages/ai.nix)
- gnomeExtensions.ollama-indicator (modules/desktops/gnome.nix) — status indicator, dead without it
- com.jeffser.Alpaca flatpak (modules/packages/flatpak.nix) — an Ollama GUI client, useless without the backend
PRD.md GNOME extensions list updated (18 -> 17).

Note: there is no services.ollama / users.groups.ollama in the flake, so the live
'ollama' group (from a prior imperative install) is orphan state — remove it once
with 'sudo groupdel ollama' after switching; the rebuild won't touch it.

Verified: toplevel builds; ollama fully absent from the system closure.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@UnbreakableMJ UnbreakableMJ merged commit eebb427 into main Jul 2, 2026
1 check passed
@UnbreakableMJ UnbreakableMJ deleted the chore/remove-ollama branch July 2, 2026 08:17
UnbreakableMJ added a commit that referenced this pull request Jul 2, 2026
Re-add the local LLM runtime (removed in #18), CPU-only for this dGPU-less
ThinkPad. Sourced from stable pkgs, not unstable: the pinned nixpkgs-unstable
input currently ships ollama 0.21.1, which is OLDER than stable 26.05's 0.24.0,
so stable is the newer choice here. Package only — run `ollama serve` (no
services.ollama module, matching the prior setup).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant