diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-16 14:16:34 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-19 05:19:45 +0100 |
commit | f30b5dc4563076436b4c76bcac04a635aaea795b (patch) | |
tree | 98034b53dfe7dd18aa9dcfc964a44a26c7168dbd /apps | |
parent | 7fcebbdbbc35f2104465604655038a9c350a423c (diff) |
add more repositories
Diffstat (limited to 'apps')
-rw-r--r-- | apps/cgit/integration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/cgit/integration.nix b/apps/cgit/integration.nix index 4107311..ffa5b3e 100644 --- a/apps/cgit/integration.nix +++ b/apps/cgit/integration.nix @@ -4,7 +4,10 @@ users.users.git.home = "/var/lib/git"; users.users.git.createHome = true; users.users.git.shell = "${pkgs.git}/bin/git-shell"; - users.users.git.openssh.authorizedKeys.keyFiles = [ ../../public/aforemny.id_rsa.pub ]; + users.users.git.openssh.authorizedKeys.keyFiles = [ + ../../public/aforemny.id_rsa.pub + ../../public/kirchner.id_rsa.pub + ]; bindMounts."/var/lib/git".isReadOnly = false; |