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";
|
"org.mpris.MediaPlayer2.chromium.*" = "own";
|
||||||
};
|
};
|
||||||
bubblewrap = {
|
bubblewrap = {
|
||||||
|
# for hidraw access (WebAuthn keys)
|
||||||
|
bind.dev = [ "/dev" ];
|
||||||
bind.rw = [
|
bind.rw = [
|
||||||
[
|
[
|
||||||
(sloth.mkdir (sloth.concat [
|
(sloth.mkdir (sloth.concat [
|
||||||
|
|
Loading…
Reference in a new issue