open firewall for ollama

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-08-31 21:27:07 +02:00
parent 99b534a6a5
commit f4f9e36b16

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }@all: with all;
{ config, pkgs, ... }@all: with all;
{
# sops.secrets = {
# "wireless-networking.env" = {};
@@ -15,6 +15,7 @@
};
enableIPv6 = true;
firewall.allowedTCPPorts = [
(pkgs.lib.mkIf config.services.ollama.enable 11434)
80
443
8000