Link eid-mw as a PKCS#11 module in firefox
This commit is contained in:
parent
5be83f01f3
commit
0ec7aaf7cf
3 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
let
|
let
|
||||||
files = [
|
files = [
|
||||||
|
"firefox.nix"
|
||||||
"pass.nix"
|
"pass.nix"
|
||||||
"ssh.nix"
|
"ssh.nix"
|
||||||
"zeroad.nix"
|
"zeroad.nix"
|
||||||
|
|
3
overlays/firefox.nix
Normal file
3
overlays/firefox.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
self: super: {
|
||||||
|
firefox = super.firefox.override { extraNativeMessagingHosts = [ self.passff-host ]; pkcs11Modules = [ self.eid-mw ]; };
|
||||||
|
}
|
|
@ -1,4 +1,3 @@
|
||||||
self: super: {
|
self: super: {
|
||||||
firefox = super.firefox.override { extraNativeMessagingHosts = [ self.passff-host ]; };
|
|
||||||
pass = (super.pass-wayland.override { pass = super.pass-wayland; }).withExtensions (ext: [ ext.pass-otp ]);
|
pass = (super.pass-wayland.override { pass = super.pass-wayland; }).withExtensions (ext: [ ext.pass-otp ]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue