Web eID: Difference between revisions

Tristan (talk | contribs)
Distinguish system and home options related to Firefox
Drupol (talk | contribs)
 
Line 110: Line 110:
   '';
   '';
};</syntaxhighlight>This script ensures the required symlink is created at system activation time and remains up to date with the correct Nix store path for <code>eid-mw</code>.
};</syntaxhighlight>This script ensures the required symlink is created at system activation time and remains up to date with the correct Nix store path for <code>eid-mw</code>.
Alternatively, systemd can be used to create the symlink, as such:<syntaxhighlight lang="nix" line="1">
systemd.tmpfiles.rules = [
  "L+ /usr/lib/x86_64-linux-gnu/libbeidpkcs11.so.0 - - - - ${pkgs.eid-mw}/lib/pkcs11/beidpkcs11.so"
];
</syntaxhighlight>
[[Category:Hardware]]
[[Category:Hardware]]
[[Category:Applications]]
[[Category:Applications]]
[[Category:Web Applications]]
[[Category:Web Applications]]