From de3f4c8384a22bb6ead2b0462f113ae4761d9163 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 3 Aug 2026 13:36:02 -0400 Subject: added new auth key for git --- nix/per-host/git/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/per-host/git') diff --git a/nix/per-host/git/configuration.nix b/nix/per-host/git/configuration.nix index 2a2fa34..d7c4cc4 100644 --- a/nix/per-host/git/configuration.nix +++ b/nix/per-host/git/configuration.nix @@ -85,6 +85,7 @@ in shell = "${pkgs.git}/bin/git-shell"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAYYjB+fK4JFlJSY6Ax48p38eSuDG12VQVqP+WSrWGuO" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICibsvCxDu0uC0yAKasqV6hApgVr83JIuEN9dcsXHxeN" ]; }; users.groups.git = { }; -- cgit v1.2.3