This commit is contained in:
Daniel Ziltener 2024-08-21 20:32:40 +02:00
parent 2942556cbc
commit 63183f02cf
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -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";