remove 1pass

This commit is contained in:
Michael Thomson 2024-09-20 17:57:08 -04:00
parent 6d4b46bd99
commit 85b38c58fd
No known key found for this signature in database
GPG Key ID: 8EFECCD347C72F7D

View File

@ -3,9 +3,5 @@
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
extraConfig = ''
Host *
IdentityAgent ~/.1password/agent.sock
'';
}; };
} }