summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 1cfac2d8..8c66eeb9 100644
--- a/odin.nix
+++ b/odin.nix
@@ -413,7 +413,9 @@
413 group = "git"; 413 group = "git";
414 enableGitAnnex = true; 414 enableGitAnnex = true;
415 extraGitoliteRc = '' 415 extraGitoliteRc = ''
416 $RC{GIT_CONFIG_KEYS} = 'gitweb\.(owner|description|category)';
416 $RC{LOG_DEST} = 'syslog'; 417 $RC{LOG_DEST} = 'syslog';
418 $RC{ROLES}{AUTHORS} = 1;
417 $RC{GROUPLIST_PGM} = 'printf "@self-key-managers"'; 419 $RC{GROUPLIST_PGM} = 'printf "@self-key-managers"';
418 $RC{HOSTNAME} = '${config.networking.hostName}'; 420 $RC{HOSTNAME} = '${config.networking.hostName}';
419 $RC{LOCAL_CODE} = "$rc{GL_ADMIN_BASE}/local"; 421 $RC{LOCAL_CODE} = "$rc{GL_ADMIN_BASE}/local";