ols: sandbox with bunpen

This commit is contained in:
2024-09-07 17:26:30 +00:00
parent f68fbb0e0b
commit 8f47636ee0

View File

@@ -19,6 +19,9 @@
# - source: <https://api.wigle.net/swagger#/Network%20search%20and%20information%20tools/search_2>
# - "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: <https://wigle.net/account>
#
# 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 = {