diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-03 20:47:23 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-03 20:47:23 +0200 |
commit | 7520dbe3f6a08a8eee52ca88b2dba31dfb3ee3bf (patch) | |
tree | 29141fca5215a883c5a3451261cebfac47300194 /odin.nix | |
parent | 924e8b5815f5d0d680b77b40f962db6442be831c (diff) | |
download | nixos-7520dbe3f6a08a8eee52ca88b2dba31dfb3ee3bf.tar nixos-7520dbe3f6a08a8eee52ca88b2dba31dfb3ee3bf.tar.gz nixos-7520dbe3f6a08a8eee52ca88b2dba31dfb3ee3bf.tar.bz2 nixos-7520dbe3f6a08a8eee52ca88b2dba31dfb3ee3bf.tar.xz nixos-7520dbe3f6a08a8eee52ca88b2dba31dfb3ee3bf.zip |
...
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |