programs: monero-gui: sandbox

This commit is contained in:
Colin 2024-02-17 16:06:58 +00:00
parent af1ee1734d
commit f8663cd827

View File

@ -648,6 +648,12 @@ in
# actual monero blockchain (not wallet/etc; safe to delete, just slow to regenerate)
# XXX: is it really safe to persist this? it doesn't have info that could de-anonymize if captured?
monero-gui.persist.byStore.plaintext = [ ".bitmonero" ];
monero-gui.sandbox.method = "bwrap";
monero-gui.sandbox.wrapperType = "wrappedDerivation";
monero-gui.sandbox.net = "all";
monero-gui.sandbox.extraHomePaths = [
"records/finance/cryptocurrencies/monero"
];
mumble.persist.byStore.private = [ ".local/share/Mumble" ];