This commit is contained in:
Miguel Palhas
2025-01-05 09:19:37 +00:00
parent 034368805d
commit 4e6b6a0980
2 changed files with 353 additions and 484 deletions
Generated
+352 -483
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -47,7 +47,7 @@
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-v0WtkeIENYjPnHjRUkhfKkEMTa/0DGF6qA6+jBsx+B0=";
sha256 = "sha256-xVrGO4Cultc3tPcnLFKLa98btLh7EAl3tLM1MTvwmn8=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);