sdrweb: fix eval and format

This commit is contained in:
Sandro - 2023-09-18 18:48:40 +02:00
parent 97915b9c61
commit e560b98a9b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 27 additions and 28 deletions

View File

@ -44,8 +44,7 @@
'';
};
nginx =
{
nginx = {
enable = true;
virtualHosts."sdr.hq.c3d2.de" = {
default = true;
@ -71,7 +70,7 @@
'';
locations."/data.json".proxyPass = "http://${hostRegistry.radiobert.ip4}:8080/data.json";
};
}
};
openwebrx.enable = true;
};