From 91e3d4e6ac5ea97e6670046ec1280443d0fa7ff0 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 30 Jul 2025 09:06:19 +0200 Subject: [PATCH] Add roberts key --- mini_conf.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mini_conf.nix b/mini_conf.nix index 58c1fb3..60cd4ee 100644 --- a/mini_conf.nix +++ b/mini_conf.nix @@ -46,6 +46,8 @@ ports = [ 22 ]; }; users.users.root.openssh.authorizedKeys.keys = [ + # robert + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBA4Kpx7RN53V3uINjRj1Ow7p8/SkKGOnqHG3BR9tNXU cardno:25_310_930" # michael "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHDuOIycRP7Ney136ro/doWj1kttJUqmbGz6OC2nia09 michael.huebner@ptspaper.de" # nico