Meeting Notes - July 2025

By EC Linux July 14, 2025

Business Items

Next Meeting: August 11, 2025 @6PM

Location: Beachside Community Church


Items discussed:

Kevin showed off his local LLM installed on Ubuntu.

Ollama

Aaron also provided easy NixOS config to get it up and running on NixOS.

    services.ollama = {
      enable = true;
      #package = pkgs.unstable.ollama;
      package = pkgs.ollama;
    };