Move ssh config blocks
This commit is contained in:
parent
076291e119
commit
d5ac902d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
compression = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
compression = true;
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue