From 6749b64bca844cc19de4f9173d91b189b47e04e9 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 17 Feb 2024 15:26:49 +0000 Subject: [PATCH] programs: nautilus: add mounted media to the sandbox --- hosts/common/programs/nautilus.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/common/programs/nautilus.nix b/hosts/common/programs/nautilus.nix index 5c4af912..25eaf401 100644 --- a/hosts/common/programs/nautilus.nix +++ b/hosts/common/programs/nautilus.nix @@ -33,11 +33,12 @@ "Videos" ]; sandbox.extraPaths = [ - "boot" - "mnt" + "/boot" + "/mnt" # "nix" - "tmp" - "var" + "/run/media" # for mounted devices + "/tmp" + "/var" ]; sandbox.extraRuntimePaths = [ # not sure if these are actually necessary