{...}: { programs.ssh = { enable = true; enableDefaultConfig = false; matchBlocks = { "*" = { addKeysToAgent = "yes"; forwardAgent = false; }; "cgit" = { user = "git"; hostname = "100.76.17.20"; identityFile = "~/.ssh/cgit"; }; }; }; }