From 5497a5b0ae9191076609a36745d1745dc08fcd9b Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Thu, 23 Jul 2026 11:05:51 +1000 Subject: [PATCH] feat: add nixos@nixos workstation SSH key to all hosts Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01Rcq7iXrN9eYUTUEWrbWqyX --- modules/common/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/configuration.nix b/modules/common/configuration.nix index 63b0f21..cb2a757 100644 --- a/modules/common/configuration.nix +++ b/modules/common/configuration.nix @@ -77,6 +77,7 @@ openssh.authorizedKeys.keys = [ vars.adminSshKey "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICMJhrfFayLBG+gWtO6oAvgambw5nWWgztiTFEaaaVRH debian@surface" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGygkCljN6uKpdJbHTOQtn8ZnH+wKXDLAwrDFbLrE/65 nixos@nixos" ]; }; -- 2.54.0