programs/assorted: remove explicit (and extraneous) sandbox.method = "bunpen" declarations
This commit is contained in:
@@ -19,7 +19,6 @@ lib.mkIf config.sane.persist.enable
|
||||
};
|
||||
suggestedPrograms = [ "gocryptfs" ];
|
||||
|
||||
sandbox.method = "bunpen";
|
||||
sandbox.autodetectCliPaths = "existing";
|
||||
sandbox.capabilities = [
|
||||
"sys_admin" #< XXX: this is required to keep user mappings; for single-user it's actually not necessary if using fuse3-sane with -o pass_fuse_fd
|
||||
|
@@ -17,7 +17,6 @@ lib.mkIf config.sane.persist.enable
|
||||
"inotify-tools"
|
||||
];
|
||||
};
|
||||
sandbox.method = "bunpen";
|
||||
sandbox.autodetectCliPaths = "parent";
|
||||
# XXX: if provisioning fails, try `sudo chown root:root /nix/persist/private/gocryptfs.*`
|
||||
# else re-enable the below:
|
||||
@@ -30,7 +29,6 @@ lib.mkIf config.sane.persist.enable
|
||||
srcRoot = ./.;
|
||||
pkgs = [ "gocryptfs" ];
|
||||
};
|
||||
sandbox.method = "bunpen";
|
||||
sandbox.autodetectCliPaths = "existing";
|
||||
sandbox.capabilities = [
|
||||
"sys_admin" #< XXX: this is required to keep user mappings; for single-user it's actually not necessary if using fuse3-sane with -o pass_fuse_fd
|
||||
|
Reference in New Issue
Block a user