feat: use gpg key for ssh

main
mandlm 2024-05-30 10:07:22 +02:00
parent 5261e4691e
commit 7d326185a1
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 4 additions and 2 deletions

View File

@ -5,12 +5,14 @@
enable = true;
enableZshIntegration = true;
pinentryFlavor = "gnome3";
enableSshSupport = true;
sshKeys = [ "1F937AC8F77ED74CE24EAAE79B5601F73C6D115F" ];
};
programs.gpg = {
enable = true;
mutableKeys = false;
mutableTrust = false;
mutableKeys = true;
mutableTrust = true;
publicKeys = [{
source = ./pubring.asc;
trust = "ultimate";