This commit is contained in:
Miguel Palhas
2026-07-29 15:49:43 +01:00
parent a1c03448e9
commit 5ed3026903
4 changed files with 98 additions and 154 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-KNei7flY0a+dIHdJjeU1+MQGAZRoz8RJnNS75svDIBY=";
sha256 = "sha256-sjZVywzw6q4v0QMkOpjxnjAz1MononyY+qtEFX2U8hI=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);