programs: nautilus: add mounted media to the sandbox

This commit is contained in:
Colin 2024-02-17 15:26:49 +00:00
parent d3e4bdfcd5
commit 6749b64bca

View File

@ -33,11 +33,12 @@
"Videos" "Videos"
]; ];
sandbox.extraPaths = [ sandbox.extraPaths = [
"boot" "/boot"
"mnt" "/mnt"
# "nix" # "nix"
"tmp" "/run/media" # for mounted devices
"var" "/tmp"
"/var"
]; ];
sandbox.extraRuntimePaths = [ sandbox.extraRuntimePaths = [
# not sure if these are actually necessary # not sure if these are actually necessary