services/api: modify config for 22.05
This commit is contained in:
parent
45351f77da
commit
2ba609fdb5
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ let
|
|||
proxy = tools.nginx.vhosts.proxy proxyTarget;
|
||||
in
|
||||
{
|
||||
# n8n uses "Sustainable Use License"
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
reservePortsFor = [ "api" ];
|
||||
|
||||
services.n8n = {
|
||||
|
|
Loading…
Reference in a new issue