sops: fix sandbox path

This commit is contained in:
Colin 2024-04-20 21:43:13 +00:00
parent a7b8eb179b
commit 4dfee58d09

View File

@ -791,7 +791,7 @@ in
sops.sandbox.method = "bwrap"; # TODO:sandbox: untested
sops.sandbox.extraHomePaths = [
".config/sops"
"dev/nixos"
"nixos"
# TODO: sops should only need access to knowledge/secrets,
# except that i currently put its .sops.yaml config in the root of ~/knowledge
"knowledge"