From d1228bb220d6bc3dc14ad0b3b2e255d6327a038a Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 13 May 2025 16:53:26 +0200 Subject: [PATCH] reorder ssh keys --- modules/me/about.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/me/about.json b/modules/me/about.json index f51ed28..170f2a3 100644 --- a/modules/me/about.json +++ b/modules/me/about.json @@ -18,7 +18,7 @@ "currency": "EUR" }, "ssh": { - "id_ed25519": "https://me.twoneis.site/ssh/id_ed25519.pub", - "id_ed25519_sk": "https://me.twoneis.site/ssh/id_ed25519_sk.pub" + "id_ed25519_sk": "https://me.twoneis.site/ssh/id_ed25519_sk.pub", + "id_ed25519": "https://me.twoneis.site/ssh/id_ed25519.pub" } }