ols: sandbox

This commit is contained in:
Colin 2024-07-04 19:11:16 +00:00
parent c68f333bc9
commit 1ae1d94d53

View File

@ -36,6 +36,9 @@
secrets.".config/ols/ols.toml" = ../../../secrets/common/ols.toml.bin;
sandbox.method = "bwrap";
sandbox.net = "all";
services.ols = {
description = "ols: Offline Location Service";
command = "ols 2>&1"; # XXX: it logs to stderr, and my s6 infrastructure apparently doesn't handle that