summaryrefslogtreecommitdiff
path: root/users/kassouni/ssh.nix
diff options
context:
space:
mode:
authorAlexander Kassouni <alex@kassouni.net>2026-09-27 00:27:36 -0700
committerAlexander Kassouni <alex@kassouni.net>2026-09-27 00:27:36 -0700
commitec5ee0491463bb2725c9d7de8e4569b228656d93 (patch)
treeeae2b0ccaab7b46794d73b901bc08931880f8228 /users/kassouni/ssh.nix
parentce3ce1cc3f3bce57a3961a37942bc509dfb5e455 (diff)
drop 1pass sshmain
Diffstat (limited to 'users/kassouni/ssh.nix')
-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}
- '';
};
}