Add host for work github
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
||||
matchBlocks = {
|
||||
"github-work" = {
|
||||
hostname = "github.com";
|
||||
user = "git";
|
||||
identityFile = "/home/kiri/.ssh/github-work.pub";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
includes = [
|
||||
config.sops.secrets.ssh_config_orion.path
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user