Desktop: configure ssh client
This commit is contained in:
parent
81bb301ee2
commit
8f84c12306
2 changed files with 10 additions and 0 deletions
|
|
@ -9,5 +9,6 @@
|
|||
./jamesdsp.nix
|
||||
./vscode.nix
|
||||
./git.nix
|
||||
./ssh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
9
roles/desktop/programs/ssh.nix
Normal file
9
roles/desktop/programs/ssh.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home-manager.users.toast = {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue