Update SSH sha256
All checks were successful
Lint / lint (push) Successful in 19s

This commit is contained in:
Gabriel Simmer 2023-08-25 21:15:57 +01:00
parent 50ffbc5b57
commit aff32763dc
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -350,7 +350,7 @@
openssh.authorizedKeys.keys = let
authorizedKeys = pkgs.fetchurl {
url = "https://gmem.ca/ssh";
sha256 = "0iwrm80hsadr0midy0h3da4x0sbci76a92g8f9wnz5pj38gimdi9";
sha256 = "0vm0q5fzx55mmgw7md430c20rvywmknmpvnkffx9szlm0l74bypc";
};
in pkgs.lib.splitString "\n" (builtins.readFile
authorizedKeys);