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 <[email protected]>
  • Loading branch information
i-am-logger and sandydoo authored Jan 9, 2025
1 parent b24dc21 commit 890cecc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/services/n8n.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ in
};

config = lib.mkIf cfg.enable {
assertions = [{
assertion = cfg.enable;
message = ''
To use n8n, you have to enable it. (services.n8n.enable = true;)
'';
}];
env = {
N8N_PORT = cfg.port;
N8N_LISTEN_ADDRESS = cfg.address;
Expand Down

0 comments on commit 890cecc

Please sign in to comment.