mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
improved key compat
This commit is contained in:
parent
d4a8d706fb
commit
5d208e81ac
3 changed files with 11 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ in
|
|||
pass
|
||||
wireguard-tools
|
||||
ipscan
|
||||
yubikey-manager
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
scdaemonSettings = {
|
||||
disable-ccid = true;
|
||||
};
|
||||
publicKeys = [
|
||||
{
|
||||
text = "${config.user.keys.pgp.primary}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue