@cryptotaxi247 / infra-1 / commits / 7abff156

staging-hydra: comment on additional admin ssh key

Jörg Thalheim committed Feb 15, 2025 at 23:00 UTC 7abff1569bd13e49fdbf4550a6a52d07a04722ef
1 file changed +4 -1
non-critical-infra/hosts/staging-hydra/default.nix
+4 -1
@@ -39,5 +39,8 @@
39 networking.firewall.allowedUDPPorts = [ ];
40
41 system.stateVersion = "24.11";
42 - users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINaGspw6myJ5GKHHxN+7jaJWyU1SlVo4nCzDajyJdtvg" ];
42 + users.users.root.openssh.authorizedKeys.keys = [
43 + # m1-s
44 + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINaGspw6myJ5GKHHxN+7jaJWyU1SlVo4nCzDajyJdtvg"
45 + ];
46 }