mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
This commit is contained in:
parent
cebe89819e
commit
dbc4df9284
|
|
@ -76,7 +76,34 @@ in {
|
|||
|
||||
services.gpg-agent.enable = true;
|
||||
|
||||
# SSH Configuration
|
||||
services.ssh-agent.enable = true;
|
||||
programs.ssh.enable = true;
|
||||
programs.ssh.matchBlocks."kb01@kb-one-git" = {
|
||||
host = "git.kb-one.de";
|
||||
user = "git";
|
||||
identityFile = "/home/kb/.ssh/kb01@kb-one-git";
|
||||
port = 9522;
|
||||
};
|
||||
programs.ssh.matchBlocks."kb01@0x90-git" = {
|
||||
host = "git.0x90.space";
|
||||
user = "git";
|
||||
identityFile = "/home/kb/.ssh/kb01@0x90-git";
|
||||
};
|
||||
programs.ssh.matchBlocks."master@kb-game-01" = {
|
||||
host = "kb-game-01";
|
||||
hostname = "game01.kb-one.de";
|
||||
user = "master";
|
||||
identityFile = "/home/kb/.ssh/master@kb-game-01";
|
||||
port = 3422;
|
||||
};
|
||||
programs.ssh.matchBlocks."master@kb-web-01" = {
|
||||
host = "kb-web-01";
|
||||
hostname = "kb-one.de";
|
||||
user = "master";
|
||||
identityFile = "/home/kb/.ssh/master@kb-web-01";
|
||||
port = 2222;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue