diff --git a/machines/lisa/hardware.nix b/machines/lisa/hardware.nix index 213fb36..de081f1 100644 --- a/machines/lisa/hardware.nix +++ b/machines/lisa/hardware.nix @@ -31,7 +31,7 @@ authorizedKeys = lib.splitString "\n" (builtins.readFile (pkgs.fetchurl { url = "https://github.com/JulienMalka.keys"; - sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4="; + sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8="; })); }; diff --git a/machines/newton/hardware.nix b/machines/newton/hardware.nix index 49271a8..212e8e6 100644 --- a/machines/newton/hardware.nix +++ b/machines/newton/hardware.nix @@ -21,7 +21,7 @@ authorizedKeys = lib.splitString "\n" (builtins.readFile (pkgs.fetchurl { url = "https://github.com/JulienMalka.keys"; - sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4="; + sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8="; })); };