1
0
Fork 0

Disable DNIeRemote

This commit is contained in:
Avery 2025-03-17 16:56:40 +01:00
parent ae96c12760
commit ea6143450d
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -1,17 +1,11 @@
{ config, pkgs, ... }: {
{ pkgs, ... }: {
programs = {
autofirma = {
enable = true;
firefoxIntegration.profiles.Avery.enable = true;
};
dnieremote = {
enable = true;
usbPort = 9500;
};
firefox.policies.SecurityDevices = {
"OpenSC PKCS11" = "${pkgs.opensc}/lib/opensc-pkcs11.so";
"DNIeRemote" =
"${config.programs.dnieremote.finalPackage}/lib/libdnieremotepkcs11.so";
};
};
}