tweaks to ollama

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-14 09:37:47 +02:00
parent c81f5b5282
commit fe96f9fb7c
2 changed files with 9 additions and 45 deletions

View file

@ -25,5 +25,5 @@
};
# Open firewall for web interface
networking.firewall.allowedTCPPorts = [ 8080 ];
networking.firewall.allowedTCPPorts = [8080];
}