diff --git a/modules/home/ssh.nix b/modules/home/ssh.nix new file mode 100644 index 0000000..f9b3df5 --- /dev/null +++ b/modules/home/ssh.nix @@ -0,0 +1,9 @@ +{ + programs.ssh = { + matchBlocks = { + "github.com gitlab.com" = { + user = "git"; + }; + }; + }; +}