aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-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 = { };