diff --git a/moduler/common/kitty.nix b/moduler/common/kitty.nix index 3c15abe..96b406b 100644 --- a/moduler/common/kitty.nix +++ b/moduler/common/kitty.nix @@ -7,7 +7,7 @@ size = 20; } else { name = "FiraCode Nerd Font"; - size = 18; + size = 16; }; shellIntegration = { mode = "no-cursor"; diff --git a/moduler/common/ssh.nix b/moduler/common/ssh.nix index f08046f..d880a38 100644 --- a/moduler/common/ssh.nix +++ b/moduler/common/ssh.nix @@ -20,6 +20,24 @@ port = 22; user = "fr7658wa-s"; }; + "dm2" = { + hostname = "docker-master2"; + port = 22; + user = "fw"; + identityFile = "/home/fw/.ssh/fw-ssh-key"; + }; + "ha1" = { + hostname = "hosted-agent-1"; + port = 22; + user = "fw"; + identityFile = "/home/fw/.ssh/fw-ssh-key"; + }; + "ba6" = { + hostname = "buildagent6"; + port = 22; + user = "fw"; + identityFile = "/home/fw/.ssh/fw-ssh-key"; + }; }; }; }