ssh: forward agent to dev
This commit is contained in:
parent
d6834302cb
commit
b1c2640dc2
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ in
|
|||
programs.ssh.matchBlocks = {
|
||||
dev = {
|
||||
hostname = "10.1.100.16";
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
||||
nemo = {
|
||||
|
|
Loading…
Reference in a new issue