remember to enable services

This commit is contained in:
Noah Masur
2025-03-08 08:57:01 -05:00
parent 50a1be634c
commit 9d7c6b3215
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ in
allowUnfreePackages = [ "n8n" ];
services.n8n = {
enable = true;
webhookUrl = "https://${hostnames.n8n}";
settings = {
listen_address = "127.0.0.1";