From 1c290519093e4f026c01eb25c2b92a571ceae675 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:02 +1000 Subject: [PATCH] openssh: change ssh key --- modules/linux/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/ssh.nix b/modules/linux/ssh.nix index 0a83880..2f31c3f 100644 --- a/modules/linux/ssh.nix +++ b/modules/linux/ssh.nix @@ -16,7 +16,7 @@ # add ssh key users.users.nico.openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMNq0xyfsucfXiFnLsUC/rz0FDw8JrPtUdFqmKLL0HBM" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzUJnqCpbRxggjyIZo4KWnTyHobPdi/xXkN1/n/yIMD" ]; # enable ssh in the firewall