use new ssh syntax

This commit is contained in:
Noa Aarts 2025-09-01 08:28:29 +02:00
parent 051f69ca64
commit b9c907d6d5
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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";