Skip to content

Commit

Permalink
Update src/modules/services/n8n.nix
Browse files Browse the repository at this point in the history
Co-authored-by: sander <sandermel94@gmail.com>
  • Loading branch information
i-am-logger and sandydoo authored Jan 9, 2025
1 parent fd5a4f6 commit c83752b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/services/n8n.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ in
};

webhookUrl = lib.mkOption {
type = lib.types.str;
type = types.nullOr types.str;
default = "";
description = ''
WEBHOOK_URL for n8n, in case we're running behind a reverse proxy.
Expand Down

0 comments on commit c83752b

Please sign in to comment.