diff --git a/crypto/secrets.nix b/crypto/secrets.nix index 89f854a..56ef4e8 100644 --- a/crypto/secrets.nix +++ b/crypto/secrets.nix @@ -11,5 +11,6 @@ in { sshKeys.host.phoenix sshKeys.host.stuff sshKeys.host.cave + sshKeys.host.jo ]; } diff --git a/crypto/ssh-keys.nix b/crypto/ssh-keys.nix index c16c581..a978e0b 100644 --- a/crypto/ssh-keys.nix +++ b/crypto/ssh-keys.nix @@ -20,5 +20,6 @@ rec { phoenix = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4Guf38dhoseOjx30w/Tk4Snp2ltJuk/gvpoyRWKUtt"; stuff = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFwMDyMq2eQ5IckD4sUIMN5+O73hkyajz61I3XYbp5vt"; cave = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFXu/iFf6yhi6A0f6Lvp+wyltMHq1YgxZan5OdCKP9gE"; + jo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILiRJYfsGkKB4j0ng+O4JZ6c0LI9VttI+JEebyQdrdov root@jo"; }; } diff --git a/crypto/wifi.age b/crypto/wifi.age index bc6fc8f..1570aee 100644 Binary files a/crypto/wifi.age and b/crypto/wifi.age differ