config/profiles/services/ollama.nix

8 lines
139 B
Nix

{ config, pkgs, lib, ... }:
{
# http://localhost:11434/
services.ollama.enable = true;
/* services.ollama.openFirewall = true; */
}