spotify: sandbox with bwrap instead of firejail

This commit is contained in:
Colin 2024-01-23 12:12:56 +00:00
parent 84c78d9256
commit 38fd171713

View File

@ -1,7 +1,7 @@
{ ... }:
{
sane.programs.spotify = {
sandbox.method = "firejail";
sandbox.method = "bwrap";
sandbox.extraFirejailConfig = ''
keep-dev-shm
'';