feat(ssh): add keys to agent
This commit is contained in:
parent
6b3807de39
commit
88d59479d3
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ ... }: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
|
||||
services.ssh-agent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue