fix(ssh): typo
This commit is contained in:
parent
7e351d9311
commit
8291537e44
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.homeModules.console.utility.ssh;
|
cfg = config.homeModules.console.utility.ssh;
|
||||||
fish = config.homeModules.console.shell.fish;
|
hasFish = mkIf config.homeModules.console.shell.fish.enable;
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ in
|
||||||
IdentityAgent "~/.1password/agent.sock"
|
IdentityAgent "~/.1password/agent.sock"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
fish.interactiveShellInit = mkIf fish.enable ''
|
programs.fish.interactiveShellInit = hasFish ''
|
||||||
set -gx SSH_AUTH_SOCK ~/.1password/agent.sock
|
set -gx SSH_AUTH_SOCK ~/.1password/agent.sock
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue