From cc73dfc4672068e773bd9c49714a05100fcf3cce Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 18 Mar 2026 08:35:59 -0400 Subject: [PATCH] updated mats ssh key --- users/math/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/math/default.nix b/users/math/default.nix index 1866f2d..4f28cbe 100644 --- a/users/math/default.nix +++ b/users/math/default.nix @@ -22,7 +22,7 @@ in shell = pkgs.zsh; group = "math"; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEa0Jjp5qEvrYXQbN2EV+1+9ZwtXQfIpjklsceZRZJdl matthew.michal11@gmail.com" # cspell:disable-line + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJH03VzDbUhzfhvwD+OsYh6GobODYaI9jdNdzWQoqFsp matth@Jove" # cspell:disable-line ]; extraGroups = [ "audio"