Lots of changes

This commit is contained in:
fwastring 2025-05-28 16:44:19 +02:00
parent 83389842f6
commit 31f154497d
4 changed files with 47 additions and 73 deletions

View file

@ -3,18 +3,6 @@
programs.ssh = {
enable = true;
matchBlocks = {
"git.wastring.com" = {
hostname = "git.wastring.com";
port = 55503;
user = "git";
identityFile = "/home/fw/.ssh/id_rsa";
};
"desktop" = {
hostname = "wastring.com";
port = 55502;
user = "fw";
identityFile = "/home/fw/.ssh/id_rsa";
};
"lth" = {
hostname = "login.student.lth.se";
port = 22;
@ -44,18 +32,6 @@
port = 22;
user = "root";
};
"disa" = {
hostname = "62.63.222.22";
port = 55505;
user = "disah";
identityFile = "/home/fw/.ssh/id_rsa";
};
"laptop" = {
hostname = "62.63.222.22";
port = 55504;
user = "fw";
identityFile = "/home/fw/.ssh/id_rsa";
};
"kube01" = {
hostname = "192.168.0.177";
port = 22;
@ -86,12 +62,6 @@
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"table" = {
hostname = "192.168.0.157";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
};
};
}