Disable DNIeRemote
This commit is contained in:
parent
ae96c12760
commit
ea6143450d
1 changed files with 1 additions and 7 deletions
|
@ -1,17 +1,11 @@
|
||||||
{ config, pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
programs = {
|
programs = {
|
||||||
autofirma = {
|
autofirma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
firefoxIntegration.profiles.Avery.enable = true;
|
firefoxIntegration.profiles.Avery.enable = true;
|
||||||
};
|
};
|
||||||
dnieremote = {
|
|
||||||
enable = true;
|
|
||||||
usbPort = 9500;
|
|
||||||
};
|
|
||||||
firefox.policies.SecurityDevices = {
|
firefox.policies.SecurityDevices = {
|
||||||
"OpenSC PKCS11" = "${pkgs.opensc}/lib/opensc-pkcs11.so";
|
"OpenSC PKCS11" = "${pkgs.opensc}/lib/opensc-pkcs11.so";
|
||||||
"DNIeRemote" =
|
|
||||||
"${config.programs.dnieremote.finalPackage}/lib/libdnieremotepkcs11.so";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue