services/api: modify config for 22.05

This commit is contained in:
Max Headroom 2022-05-30 22:33:12 +02:00
parent 45351f77da
commit 2ba609fdb5

View file

@ -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 = {