konsens: all directories are safe
This commit is contained in:
parent
3cc91cc0da
commit
b60be1128b
@ -66,6 +66,8 @@ let
|
||||
Type = "simple";
|
||||
PermissionsStartOnly = true;
|
||||
ExecStart = pkgs.writeDash "konsens-${name}" ''
|
||||
set -efu
|
||||
git config --global --replace-all safe.directory *
|
||||
if ! test -e ${name}; then
|
||||
git clone ${repo.url} ${name}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user