From ec5ee0491463bb2725c9d7de8e4569b228656d93 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Sun, 27 Sep 2026 00:27:36 -0700 Subject: drop 1pass ssh --- users/kassouni/ssh.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'users/kassouni/ssh.nix') diff --git a/users/kassouni/ssh.nix b/users/kassouni/ssh.nix index f496406..b8de484 100644 --- a/users/kassouni/ssh.nix +++ b/users/kassouni/ssh.nix @@ -1,13 +1,7 @@ { ... }: let - # onePassPath = "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"; - onePassPath = "~/.1password/agent.sock"; in { programs.ssh = { enable = true; - extraConfig = '' - Host * - IdentityAgent ${onePassPath} - ''; }; } -- cgit v1.3.1