{ ... }: { programs.ssh = { enable = true; compression = true; controlMaster = "auto"; controlPersist = "2m"; matchBlocks = { "ctucx-git" = { user = "git"; hostname = "hector.ctu.cx"; }; }; }; }