summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-19 21:52:30 +0200
committertv <tv@shackspace.de>2015-06-19 21:52:30 +0200
commitf2386b1644ededfd2454aa2dd1ccfc286e26e7f6 (patch)
treede19ad58c04e73fb541516c61c0f0800ff07bb87 /modules
parenta57797c9977bbfe8c416fbeff9bf917e93cc93a1 (diff)
mod tv git: chown nogroup explicitly
Diffstat (limited to 'modules')
-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 89b72d50..edaa80f4 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"
''