use new ssh syntax
This commit is contained in:
parent
051f69ca64
commit
b9c907d6d5
1 changed files with 3 additions and 1 deletions
|
|
@ -447,8 +447,10 @@ in
|
||||||
# ssh, my big friend. WHY do you do difficult sometimes
|
# ssh, my big friend. WHY do you do difficult sometimes
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compression = true;
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"*" = {
|
||||||
|
compression = true;
|
||||||
|
};
|
||||||
"aur" = {
|
"aur" = {
|
||||||
host = "aur.archlinux.org";
|
host = "aur.archlinux.org";
|
||||||
hostname = "aur.archlinux.org";
|
hostname = "aur.archlinux.org";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue