VEGAS/api: use new oauth2-proxy options format

This commit is contained in:
Max Headroom 2024-06-04 14:38:18 +02:00
parent 9981581cbd
commit c6caf2d384

View file

@ -36,6 +36,5 @@ in
};
};
services.oauth2_proxy.nginx.virtualHosts = [ apiAddr ];
services.oauth2-proxy.nginx.virtualHosts.${apiAddr} = { };
}