summaryrefslogtreecommitdiffstats
path: root/modules/tv/git
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-06-19 21:52:30 +0200
committertv <tv@krebsco.de>2015-06-19 21:52:30 +0200
commit1e952aaf320de7aca4cd75deaa3c65fd473115e6 (patch)
treede19ad58c04e73fb541516c61c0f0800ff07bb87 /modules/tv/git
parent4c96e7c8290f91a4c125b6ce9e274969d4a9124b (diff)
mod tv git: chown nogroup explicitly
Diffstat (limited to 'modules/tv/git')
-rw-r--r--modules/tv/git/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tv/git/default.nix b/modules/tv/git/default.nix
index 89b72d5..edaa80f 100644
--- a/modules/tv/git/default.nix
+++ b/modules/tv/git/default.nix
@@ -267,7 +267,7 @@ in
if ! test -d "$repodir"; then
mkdir -m "$mode" "$repodir"
git init --bare --template=/var/empty "$repodir"
- chown -R git: "$repodir"
+ chown -R git:nogroup "$repodir"
fi
ln -s ${hooks} "$repodir/hooks"
''