users/jordan: add ssh config
This commit is contained in:
parent
f869e1e7bd
commit
253eb57af2
@ -37,6 +37,7 @@ in
|
|||||||
./neovim.nix
|
./neovim.nix
|
||||||
./pass.nix
|
./pass.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
|
./ssh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
12
users/jordan/ssh.nix
Normal file
12
users/jordan/ssh.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.ssh-agent.enable = true;
|
||||||
|
|
||||||
|
programs.ssh = {
|
||||||
|
enable = true;
|
||||||
|
addKeysToAgent = "yes";
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user