aboutsummaryrefslogtreecommitdiff
path: root/nix/per-host/git
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-08-03 17:36:02 +0000
committerKumar Damani <me@kumardamani.net>2026-08-03 17:36:02 +0000
commitde3f4c8384a22bb6ead2b0462f113ae4761d9163 (patch)
tree0910a29062ac060cdcc37330a1b79f47ed2bca97 /nix/per-host/git
parent864a3061398536f0e4b1b954201a171dcb12211c (diff)
added new auth key for git
Diffstat (limited to 'nix/per-host/git')
-rw-r--r--nix/per-host/git/configuration.nix1
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 = { };