Web eID: Difference between revisions

imported>Flokli
No edit summary
imported>Flokli
No edit summary
Line 19: Line 19:


== Firefox ==
== Firefox ==
If you're using Firefox, and  <code>programs.firefox.enable = true</code> to configure your firefox, you can set <code>programs.firefox.nativeMessagingHosts.euwebid = true;</code>.
If you're using Firefox, and  <code>programs.firefox.enable = true</code> to configure your firefox, you can set:
 
<syntaxhighlight lang="nix">
programs.firefox.nativeMessagingHosts.euwebid = true;
</syntaxhighlight>
 


If you're building a firefox derivation yourself, you can override it with <code>extraNativeMessagingHosts = [ pkgs.web-eid-app ];</code>.
If you're building a firefox derivation yourself, you can override it with <code>extraNativeMessagingHosts = [ pkgs.web-eid-app ];</code>.