diff --git a/nixos/hosts/nixos-desktop/ollama.nix b/nixos/hosts/nixos-desktop/ollama.nix index e6965699..94451090 100644 --- a/nixos/hosts/nixos-desktop/ollama.nix +++ b/nixos/hosts/nixos-desktop/ollama.nix @@ -1,4 +1,6 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ ollama ]; networking.firewall.allowedTCPPorts = [ 11434 ]; + + # TODO: Add SystemD services to start / stop ollama serve } \ No newline at end of file