This commit is contained in:
albert 2024-05-03 23:42:02 +09:00
parent 942822f53e
commit b022861375
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 12 additions and 1 deletions

View file

@ -4,5 +4,9 @@
home.file.".ssh/config".text = ''
Host 192.168.1.210
StrictHostKeyChecking no
Host
Hostname framework-server
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
'';
}

View file

@ -20,6 +20,13 @@
gnupg.sshKeyPaths = [];
};
programs.gpg.publicKeys = [
{
source = ../../../keys/users/albert.asc;
trust = "ultimate";
}
];
accounts = {
email = {
accounts."sysctl" = {