nixos-config/modules/home/ssh.nix

10 lines
120 B
Nix
Raw Normal View History

2026-01-26 21:02:13 +01:00
{
programs.ssh = {
matchBlocks = {
"github.com gitlab.com" = {
user = "git";
};
};
};
}