➕ (home) add ssh shell program configs
This commit is contained in:
parent
3eb07f3cb9
commit
d0e0423744
8
home/shell/ssh.nix
Normal file
8
home/shell/ssh.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
programs.ssh = {
|
||||
enable = false;
|
||||
|
||||
compression = true;
|
||||
addKeysToAgent = "ask";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue