gpg change and fixing (again) protonmail

This commit is contained in:
afoucaultc 2026-08-08 14:16:19 +02:00
parent d72fac9730
commit db38c76bb0
12 changed files with 25 additions and 21 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
services.gnome-keyring = {
enable = true;
components = [ "secrets" ];
};
programs.gpg.enable = true;
services.gpg-agent = {
enable = true;
};
}