Redundant

This commit is contained in:
Sridhar Ratnakumar 2025-08-27 22:25:10 +05:30
parent b8f703b889
commit aa496a363c
2 changed files with 0 additions and 10 deletions

View file

@ -3,10 +3,6 @@
programs.ssh = {
enable = true;
includes = [
"~/.orbstack/ssh/config" # https://docs.orbstack.dev/machines/ssh
];
# Note: More defined in juspay.nix
matchBlocks = {
"*" = {

View file

@ -19,11 +19,5 @@
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
} */
];
envExtra = lib.mkIf pkgs.stdenv.isDarwin ''
# Because, adding it in .ssh/config is not enough.
# cf. https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
'';
};
}