From a853107321db637eb551413e6123b28d1b108ac4 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Thu, 22 Dec 2022 23:27:45 +0100 Subject: [PATCH] Updated keys --- machines/lisa/hardware.nix | 2 +- machines/newton/hardware.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/lisa/hardware.nix b/machines/lisa/hardware.nix index 48b01a1..213fb36 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-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ="; + sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4="; })); }; diff --git a/machines/newton/hardware.nix b/machines/newton/hardware.nix index edf0184..49271a8 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-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ="; + sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4="; })); };