Desktop/ssh: enable agent forwarding for everest
This commit is contained in:
parent
8f84c12306
commit
b9c51f9226
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
|||
home-manager.users.toast = {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"everest" = {
|
||||
host = "everest";
|
||||
hostname = "everest.sable-pancake.ts.net";
|
||||
forwardAgent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue