chore: reinstalled enchilada

This commit is contained in:
Daniel Langbein 2024-11-21 18:23:06 +01:00
parent a212a4a718
commit d8fc559b5b
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmpErjQ2DgNqs3
# 2023-08 yodaTab with NixOS # 2023-08 yodaTab with NixOS
192.168.178.53 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuZRtE5auwSJLcdR3mu+5JxG8jW8wwy2kEiIbE8nqNW 192.168.178.53 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuZRtE5auwSJLcdR3mu+5JxG8jW8wwy2kEiIbE8nqNW
# 2023-12 enchilada with postmarketOS # 2024-11 enchilada with postmarketOS
192.168.178.25 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBf45eoeUpz6YTuCU12IThObp7lUQEyXcXJvh1MnJqBW 192.168.178.25 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH9aQ/ZZhG/rOD2SX0fxjqc38xXQUmbjKi5n4gXfRpWI
# 2019-03 ejNas with Arch Linux # 2019-03 ejNas with Arch Linux
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux

View File

@ -21,7 +21,7 @@
}; };
"yodaEnchilada" = { "yodaEnchilada" = {
hostname = "192.168.178.25"; hostname = "192.168.178.25";
user = "droidian"; user = "yoda";
port = 22; port = 22;
compression = false; compression = false;
}; };