Added one ssh key

This commit is contained in:
Julien Malka 2022-05-10 06:42:58 +02:00
parent 2d7a488542
commit 5dc1c4ac79
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 2 deletions

View file

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

View file

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