mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
add security device for NIPR with firefox
This commit is contained in:
parent
94b7310dc7
commit
8e983192f7
@ -14,6 +14,13 @@ in {
|
||||
home-manager.users.${user} = {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
policies = {
|
||||
SecurityDevices = {
|
||||
Add = {
|
||||
"NIPR" = "${pkgs.opensc}/lib/opensc-pkcs11.so";
|
||||
};
|
||||
};
|
||||
};
|
||||
profiles.default = {
|
||||
bookmarks = import ./bookmarks.nix;
|
||||
isDefault = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user