mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: adds matchBlocks for git hosts
This commit is contained in:
parent
ad76b07bbc
commit
d3dac79665
1 changed files with 9 additions and 0 deletions
9
modules/home/ssh.nix
Normal file
9
modules/home/ssh.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
programs.ssh = {
|
||||||
|
matchBlocks = {
|
||||||
|
"github.com gitlab.com" = {
|
||||||
|
user = "git";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue