mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
9 lines
120 B
Nix
9 lines
120 B
Nix
{
|
|
programs.ssh = {
|
|
matchBlocks = {
|
|
"github.com gitlab.com" = {
|
|
user = "git";
|
|
};
|
|
};
|
|
};
|
|
}
|