This commit is contained in:
Shelvacu
2024-06-29 14:33:52 -07:00
parent b45f539fb1
commit 0e15d716f0

View File

@@ -1,5 +1,5 @@
# everything to interact with my apex flex, pcsc stuff, fido2 stuff, etc
{ ... }: {
{ pkgs, ... }: {
# apparently this is already enabled??
# nixpkgs.overlays = [ ( final: prev: {
# libfido2 = prev.libfido2.override { withPcsclite = true; };
@@ -22,7 +22,7 @@
module: ${pkgs.opensc}/lib/opensc-pkcs11.so
'';
environment.systemPackages = with pkgs; [
environment.systemPackages = [
# Wrapper script to tell to Chrome/Chromium to use p11-kit-proxy to load
# security devices, so they can be used for TLS client auth.
# Each user needs to run this themselves, it does not work on a system level