This commit is contained in:
parent
cebe89819e
commit
dbc4df9284
1 changed files with 27 additions and 0 deletions
|
@ -76,7 +76,34 @@ in {
|
||||||
|
|
||||||
services.gpg-agent.enable = true;
|
services.gpg-agent.enable = true;
|
||||||
|
|
||||||
|
# SSH Configuration
|
||||||
services.ssh-agent.enable = true;
|
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 = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue