Some fix to n8n deployment and support for community plugins
This commit is contained in:
parent
1a238d83fb
commit
23d5310b27
2 changed files with 10 additions and 1 deletions
|
|
@ -66,6 +66,9 @@ in
|
|||
// cfg.environment;
|
||||
};
|
||||
|
||||
# Add npm/nodejs to n8n's PATH
|
||||
systemd.services.n8n.path = [ pkgs.nodejs pkgs.gnutar pkgs.gzip ];
|
||||
|
||||
})
|
||||
|
||||
(lib.mkIf cfg.proxy.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue