feat: adds matchBlocks for git hosts

This commit is contained in:
Ahwx 2026-01-26 21:02:13 +01:00
parent ad76b07bbc
commit d3dac79665

9
modules/home/ssh.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.ssh = {
matchBlocks = {
"github.com gitlab.com" = {
user = "git";
};
};
};
}