{ config, userName, ... }: { home-manager.users.${userName} = { programs.ssh.matchBlocks = { "yggdrasil.borgbase" = { hostname = "nx69hpl8.repo.borgbase.com"; user = "nx69hpl8"; identityFile = config.sops.secrets."append.borgbase".path; identitiesOnly = true; serverAliveInterval = 10; serverAliveCountMax = 30; extraOptions = { BatchMode = "yes"; }; }; }; }; }