From 55a73a80df886f869edfd1fa04cef8ab581a37de Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sat, 6 Jan 2024 16:49:52 -0500 Subject: [PATCH] fix: email in ssh key missing last charactor --- hosts/candlekeep/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/candlekeep/configuration.nix b/hosts/candlekeep/configuration.nix index a2355fd..cc09675 100644 --- a/hosts/candlekeep/configuration.nix +++ b/hosts/candlekeep/configuration.nix @@ -108,7 +108,7 @@ initialPassword = "correcthorsebatterystaple"; isNormalUser = true; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILq54YrM3BbhBs0oDLOrc1bkg6FCCmkV4E3pWLZp0ejN gwg313@pm.m" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILq54YrM3BbhBs0oDLOrc1bkg6FCCmkV4E3pWLZp0ejN gwg313@pm.me" ]; extraGroups = ["wheel"]; };