diff --git a/hosts/common/programs/ols.nix b/hosts/common/programs/ols.nix index e397fda3c..4a4e36dcd 100644 --- a/hosts/common/programs/ols.nix +++ b/hosts/common/programs/ols.nix @@ -19,6 +19,9 @@ # - source: # - "API for some functions is limited on a daily basis for all users for the time being, but if you'd like increased access, please email us (include your username and usecase) at WiGLE-admin@wigle.net." # - source: +# +# XXX(2024-09-07): all queries reply 401 Not Authorized, even with sandboxing disabled, +# so either WiGLE has changed their API or banned my account or something else. { pkgs, ... }: { sane.programs.ols = { @@ -36,7 +39,7 @@ secrets.".config/ols/ols.toml" = ../../../secrets/common/ols.toml.bin; - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.net = "all"; services.ols = {