This commit is contained in:
Miguel Palhas
2024-12-20 11:31:05 +00:00
parent 5aaeefab69
commit b1f443db0e
4 changed files with 11 additions and 17 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ in
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-rDWxVY9NqeMs/BhShf4a0++KCPCgPmy2QPFehBvsmnk=";
sha256 = "sha256-xVrGO4Cultc3tPcnLFKLa98btLh7EAl3tLM1MTvwmn8=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);