From 6649e049900f3964b61b8d8e07f4f00ce88113a5 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Thu, 3 Nov 2022 01:10:30 +0100 Subject: [PATCH] Updated keys --- machines/lisa/hardware.nix | 2 +- machines/newton/hardware.nix | 2 +- users/status.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/machines/lisa/hardware.nix b/machines/lisa/hardware.nix index d6ace68..48b01a1 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-1cbFnmpSt74KKcAthJswmBEFVR6cn9oVClK/Pu33OKQ="; + sha256 = "sha256-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ="; })); }; diff --git a/machines/newton/hardware.nix b/machines/newton/hardware.nix index 9d651ee..edf0184 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-1cbFnmpSt74KKcAthJswmBEFVR6cn9oVClK/Pu33OKQ="; + sha256 = "sha256-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ="; })); }; diff --git a/users/status.nix b/users/status.nix index 4ef6665..fb6cda1 100644 --- a/users/status.nix +++ b/users/status.nix @@ -8,7 +8,7 @@ openssh.authorizedKeys.keyFiles = [ (pkgs.fetchurl { url = "https://github.com/JulienMalka.keys"; - sha256 = "sha256-1cbFnmpSt74KKcAthJswmBEFVR6cn9oVClK/Pu33OKQ="; + sha256 = "sha256-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ="; }) ]; };