feat(1password): remove 1password ssh agent

This commit is contained in:
ooks-io 2024-06-24 18:39:52 +12:00
parent a049492c98
commit 8e5607e4f2
2 changed files with 0 additions and 5 deletions

View file

@ -7,8 +7,6 @@ in
{
config = mkIf (host.type != "phone") {
environment.sessionVariables.SSH_AUTH_SOCK = "~/.1password/agent.sock";
services.openssh = {
enable = true;
settings = {