From 70ff2e297b57bae273cd912e4c877d21316ac745 Mon Sep 17 00:00:00 2001 From: System administrator Date: Fri, 16 May 2025 06:36:57 +0000 Subject: [PATCH] Add ssh key --- setup/mini_conf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/mini_conf.nix b/setup/mini_conf.nix index 2353083..5b98d0f 100644 --- a/setup/mini_conf.nix +++ b/setup/mini_conf.nix @@ -45,6 +45,7 @@ users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBA4Kpx7RN53V3uINjRj1Ow7p8/SkKGOnqHG3BR9tNXU cardno:25_310_930" # add yours + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHDuOIycRP7Ney136ro/doWj1kttJUqmbGz6OC2nia09 michael.huebner@ptspaper.de" ]; system.stateVersion = "24.11";