diff options
Diffstat (limited to 'bwrap/ungoogled-chromium-private.bash')
-rw-r--r-- | bwrap/ungoogled-chromium-private.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bwrap/ungoogled-chromium-private.bash b/bwrap/ungoogled-chromium-private.bash index 62d6193..7856a30 100644 --- a/bwrap/ungoogled-chromium-private.bash +++ b/bwrap/ungoogled-chromium-private.bash @@ -49,7 +49,7 @@ set -euo pipefail --file 12 /etc/group \ --new-session \ $HOME/.guix-profile/bin/chromium) \ - 11< <(getent passwd $UID 65534 audio) \ - 12< <(getent group "$(id -g)" 65534 audio) + 11< <(getent passwd $UID 65534 audio video) \ + 12< <(getent group "$(id -g)" 65534 audio video) # note: running ungoogled-chromium (GNU Guix) on private mode sanbox |