diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:36:02 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-03 17:36:02 +0000 |
| commit | de3f4c8384a22bb6ead2b0462f113ae4761d9163 (patch) | |
| tree | 0910a29062ac060cdcc37330a1b79f47ed2bca97 | |
| parent | 864a3061398536f0e4b1b954201a171dcb12211c (diff) | |
added new auth key for git
| -rw-r--r-- | nix/per-host/git/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { }; |
