From 0ba869e0773a52fa7b5303024a6add3fa776e6ec Mon Sep 17 00:00:00 2001 From: truxnell <19149206+truxnell@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:41:54 +1100 Subject: [PATCH] fix: this is now my real key lol --- nixos/hosts/images/sd-image/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/images/sd-image/default.nix b/nixos/hosts/images/sd-image/default.nix index b05bc44..d101671 100644 --- a/nixos/hosts/images/sd-image/default.nix +++ b/nixos/hosts/images/sd-image/default.nix @@ -61,7 +61,7 @@ nixpkgs.hostPlatform = "aarch64-linux"; users.users.root.openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1.... username@tld" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZS9J1ydflZ4iJdJgO8+vnN8nNSlEwyn9tbWU9OcysW truxnell@home" ]; system.stateVersion = "23.11";