ollama container?

This commit is contained in:
2025-07-29 17:56:36 -05:00
parent 2c477b5a4d
commit 4f1b74b41b
4 changed files with 96 additions and 3 deletions

View File

@@ -16,10 +16,14 @@
config = {
networking.firewall.allowedTCPPorts = [ 80 ];
services.n8n = {
enable = true;
openFirewall = true;
settings = {};
webhookUrl = "";
};
system.stateVersion = "25.05";