nixos: services: servarr: autobrr: fix websockets

I found some logs complaining about websockets before enabling this.
This commit is contained in:
Bruno BELANYI 2025-04-16 15:25:18 +02:00
parent 26ee59ef6e
commit c69aaa7adb

View file

@ -40,6 +40,7 @@ in
my.services.nginx.virtualHosts = {
autobrr = {
inherit (cfg) port;
websocketsLocations = [ "/api" ];
};
};