diff --git a/modules/programs/make-sandboxed.nix b/modules/programs/make-sandboxed.nix index 8dcfb199..63b4ffe0 100644 --- a/modules/programs/make-sandboxed.nix +++ b/modules/programs/make-sandboxed.nix @@ -281,7 +281,7 @@ let in fixupMetaAndPassthru pkgName packageWrapped sandboxProfilesPkg { inherit sandboxedBy; - withEmbeddedSandboxer = make-sandboxed (args // { embedSandboxer = true; }); + withEmbeddedSandboxer = make-sandboxed (args // { embedSandboxer = true; embedProfile = true; }); } ; in make-sandboxed