🔒️ switch from ssh-agent to gpg-agent

This commit is contained in:
Laureηt 2023-05-04 20:41:32 +02:00
parent 498bf5ba47
commit 8c3c40d7b3
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -150,8 +150,12 @@
# enable gnome virtual file system
services.gvfs.enable = true;
# enable ssh agent
programs.ssh.startAgent = true;
# enable gpg agent
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
# enable polkit
security.polkit.enable = true;