packages/ungoogled-chromium: support WebAuthn keys
This commit is contained in:
parent
397c68043c
commit
48658895e0
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ mkNixPak {
|
|||
"org.mpris.MediaPlayer2.chromium.*" = "own";
|
||||
};
|
||||
bubblewrap = {
|
||||
# for hidraw access (WebAuthn keys)
|
||||
bind.dev = [ "/dev" ];
|
||||
bind.rw = [
|
||||
[
|
||||
(sloth.mkdir (sloth.concat [
|
||||
|
|
Loading…
Reference in a new issue