I think I've got it now

This commit is contained in:
Julien Malka 2021-12-27 10:38:16 +01:00
parent bda470324e
commit b058110942
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
openssh.authorizedKeys.keyFiles = [
(pkgs.fetchurl {
url = "https://github.com/JulienMalka.keys";
sha256 = "sha256-2NLoT1/N6Y1uZQ+KLGeRLBPNkc4z3jrYrN9A4bCJWkU=";
sha256 = "sha256-27lY1/ZmItXNEB03ULu10TUbGvqwbB1EiVrytZONtak=";
})
];
};