fix typo
This commit is contained in:
@@ -50,7 +50,6 @@ in
|
|||||||
authorizedKeys = pkgs.fetchurl {
|
authorizedKeys = pkgs.fetchurl {
|
||||||
url = "https://github.com/naps62.keys";
|
url = "https://github.com/naps62.keys";
|
||||||
sha256 = "sha256-dP8LjaburPwfIr2jhly9rMwOLJyUkQP7Em5IKH/qXbY=";
|
sha256 = "sha256-dP8LjaburPwfIr2jhly9rMwOLJyUkQP7Em5IKH/qXbY=";
|
||||||
../common/pr
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
|
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
|
||||||
|
|||||||
Reference in New Issue
Block a user