go2tv: sandbox with bunpen
This commit is contained in:
@@ -42,13 +42,13 @@
|
|||||||
# - mkv container + H.265 video + E-AC-3/48k stereo audio:
|
# - mkv container + H.265 video + E-AC-3/48k stereo audio:
|
||||||
# - LGTV: no transcoding needed
|
# - LGTV: no transcoding needed
|
||||||
#
|
#
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.sane.programs.go2tv;
|
cfg = config.sane.programs.go2tv;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
sane.programs.go2tv = {
|
sane.programs.go2tv = {
|
||||||
sandbox.method = "bwrap";
|
sandbox.method = "bunpen";
|
||||||
sandbox.net = "clearnet";
|
sandbox.net = "clearnet";
|
||||||
sandbox.autodetectCliPaths = "existingFile";
|
sandbox.autodetectCliPaths = "existingFile";
|
||||||
# for GUI invocation, allow the common media directories
|
# for GUI invocation, allow the common media directories
|
||||||
|
Reference in New Issue
Block a user