Compare commits
2 commits
81bb301ee2
...
b9c51f9226
| Author | SHA1 | Date | |
|---|---|---|---|
| b9c51f9226 | |||
| 8f84c12306 |
2 changed files with 17 additions and 0 deletions
|
|
@ -9,5 +9,6 @@
|
|||
./jamesdsp.nix
|
||||
./vscode.nix
|
||||
./git.nix
|
||||
./ssh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
16
roles/desktop/programs/ssh.nix
Normal file
16
roles/desktop/programs/ssh.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
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