nixos-config/modules/home/ssh.nix

9 lines
120 B
Nix

{
programs.ssh = {
matchBlocks = {
"github.com gitlab.com" = {
user = "git";
};
};
};
}