Updated keys

This commit is contained in:
Luj 2022-10-12 09:54:19 +02:00
parent c1d23b691e
commit 36a61df8be
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 39 additions and 40 deletions

View file

@ -8,7 +8,7 @@
openssh.authorizedKeys.keyFiles = [
(pkgs.fetchurl {
url = "https://github.com/JulienMalka.keys";
sha256 = "sha256-ZTQpJO5/z/RIzvNpLBHv2GyCn8cvWsN5Hx3pd6s7RYY=";
sha256 = "sha256-1cbFnmpSt74KKcAthJswmBEFVR6cn9oVClK/Pu33OKQ=";
})
];
};