Skip to content

Commit

Permalink
add keys to SSH agent
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 7, 2021
1 parent ce853e3 commit 6988d3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dotfiles/ssh/default.nix
@@ -1,6 +1,9 @@
{ pkgs, ... }: {
programs.ssh = {
enable = true;
extraConfig = "Include config.d/*";
extraConfig = ''
AddKeysToAgent yes
Include config.d/*
'';
};
}

0 comments on commit 6988d3c

Please sign in to comment.