feat(alex): enable ssh agent and forwarding
This commit is contained in:
parent
fe0f98b3f0
commit
f3753f174f
1 changed files with 3 additions and 0 deletions
|
@ -41,4 +41,7 @@
|
||||||
defaultCacheTtl = 31536000;
|
defaultCacheTtl = 31536000;
|
||||||
maxCacheTtl = 31536000;
|
maxCacheTtl = 31536000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.ssh-agent.enable = true;
|
||||||
|
programs.ssh.forwardAgent = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue