diff --git a/hosts/sdrweb/default.nix b/hosts/sdrweb/default.nix index 221a8dd7..17b76786 100644 --- a/hosts/sdrweb/default.nix +++ b/hosts/sdrweb/default.nix @@ -34,9 +34,7 @@ index index.html; charset utf-8; ''; - locations."/data.json" = { - proxyPass = "http://${hostRegistry.radiobert.ip4}:8080/data.json"; - }; + locations."/data.json".proxyPass = "http://${hostRegistry.radiobert.ip4}:8080/data.json"; }; };