.
This commit is contained in:
parent
2942556cbc
commit
63183f02cf
1 changed files with 13 additions and 0 deletions
13
home.nix
13
home.nix
|
@ -391,7 +391,20 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
|||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
matchBlocks = {
|
||||
"dev.bevuta.com" = {
|
||||
user = "git";
|
||||
hostname = "dev.bevuta.com";
|
||||
identitiesOnly = true;
|
||||
identityFile = "~/.ssh/personal_ed";
|
||||
};
|
||||
"git.sr.ht" = {
|
||||
user = "git";
|
||||
hostname = "git.sr.ht";
|
||||
identitiesOnly = true;
|
||||
identityFile = "~/.ssh/personal_ed";
|
||||
};
|
||||
"github.com" = {
|
||||
user = "git";
|
||||
hostname = "github.com";
|
||||
|
|
Loading…
Reference in a new issue