{ ... }: { home.persistence."/nix/persist/home/zaphyra".files = [ "ssh/.ssh/known_hosts" ]; programs.ssh = { enable = true; compression = true; controlMaster = "auto"; controlPersist = "2m"; matchBlocks = { "zaphyra-git" = { user = "git"; hostname = "git.zaphyra.eu"; }; }; }; }