summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/kassouni/ssh.nix6
1 files changed, 0 insertions, 6 deletions
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}
- '';
};
}