removing ssh-agent

This commit is contained in:
Miguel Palhas
2024-10-06 11:54:58 +01:00
parent 8001c55931
commit fbfb4047c6
3 changed files with 1 additions and 5 deletions
+1
View File
@@ -50,6 +50,7 @@ in
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-dP8LjaburPwfIr2jhly9rMwOLJyUkQP7Em5IKH/qXbY=";
../common/pr
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);