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 = {
|
||||
enable = true;
|
||||
compression = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
compression = true;
|
||||
};
|
||||
"aur" = {
|
||||
host = "aur.archlinux.org";
|
||||
hostname = "aur.archlinux.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue