Add 1password with ssh agent integration

main
Christian Ott 2 years ago
parent d161b56980
commit ab16a76ff7
  1. 10
      home.nix

@ -10,8 +10,18 @@
eza eza
pkgs-unstable.obsidian pkgs-unstable.obsidian
jq jq
pkgs-unstable._1password
pkgs-unstable._1password-gui
]; ];
programs.ssh = {
enable = true;
extraConfig = ''
Host *
IdentityAgent "~/.1password/agent.sock"
'';
};
# This value determines the home Manager release that your # This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage
# when a new home Manager release introduces backwards # when a new home Manager release introduces backwards

Loading…
Cancel
Save

Powered by TurnKey Linux.