update ssh

This commit is contained in:
gwg313 2025-03-30 22:48:06 -04:00
parent 132dbe997c
commit aad12a5c3d
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -1,4 +1,3 @@
# A modern replacement for 'ls'.
{ ... }: { ... }:
{ {
programs.ssh = { programs.ssh = {
@ -34,20 +33,17 @@
user = "gwg313"; user = "gwg313";
identityFile = "/home/gwg313/.ssh/home/id_ed25519"; identityFile = "/home/gwg313/.ssh/home/id_ed25519";
}; };
"bytebastion1" = {
hostname = "bytebastion1.local.gwg313.xyz"; "waypoint" = {
user = "gwg313"; hostname = "waypoint.local.gwg313.xyz";
identityFile = "/home/gwg313/.ssh/home/id_ed25519"; user = "root";
identityFile = "/home/gwg313/.ssh/colmena/id_ed25519";
}; };
"bytebastion2" = {
hostname = "bytebastion2.local.gwg313.xyz"; "seikan" = {
user = "gwg313"; hostname = "147.182.147.32";
identityFile = "/home/gwg313/.ssh/home/id_ed25519"; user = "root";
}; identityFile = "/home/gwg313/.ssh/digital_ocean/id_ed25519";
"bytebastion3" = {
hostname = "bytebastion3.local.gwg313.xyz";
user = "gwg313";
identityFile = "/home/gwg313/.ssh/home/id_ed25519";
}; };
"onedev.local" = { "onedev.local" = {
hostname = "git.local.gwg313.xyz"; hostname = "git.local.gwg313.xyz";