From ec70981fd46dc463f9b00898e8c2daea540ea8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 31 Mar 2024 17:28:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=90=20(cesium/system)=20add=20aurum=20?= =?UTF-8?q?key=20to=20ssh=20authorizedKeys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/cesium/system/users/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/cesium/system/users/default.nix b/hosts/cesium/system/users/default.nix index 124db81..6c5d8cf 100644 --- a/hosts/cesium/system/users/default.nix +++ b/hosts/cesium/system/users/default.nix @@ -1,6 +1,7 @@ {...}: { users.mutableUsers = false; users.users.root.openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItSJTtS7tO0Wz/WgHAFb3xuNFZpm8SOvr/o8uR83zzy laurent@aurum" ]; }