This commit is contained in:
Miguel Palhas
2025-11-28 15:02:37 +00:00
parent f2177c0c68
commit 669e590c60
5 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-93KMlLAEKEgvizcFLKjLbaJXU7oAqTrwyr2QA81K+jA=";
sha256 = "sha256-+Tkks+tpB2LJQQiyYd7HOdTjHZfr653HSgb1up0JDIQ=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);