mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
10 lines
120 B
Nix
10 lines
120 B
Nix
|
|
{
|
||
|
|
programs.ssh = {
|
||
|
|
matchBlocks = {
|
||
|
|
"github.com gitlab.com" = {
|
||
|
|
user = "git";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|