mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Redundant
This commit is contained in:
parent
b8f703b889
commit
aa496a363c
2 changed files with 0 additions and 10 deletions
|
|
@ -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 = {
|
||||
"*" = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue