Fixed newton initrd-login keys (nearly lost newton 10 times on this one)

This commit is contained in:
Julien Malka 2021-12-11 17:58:22 +01:00
parent 91361e1910
commit 9a3e067f25
2 changed files with 29 additions and 57 deletions

View file

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