aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/by-name/gi/git-server/test.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/by-name/gi/git-server/test.nix b/tests/by-name/gi/git-server/test.nix
index 0cf3ee8..5cd8c33 100644
--- a/tests/by-name/gi/git-server/test.nix
+++ b/tests/by-name/gi/git-server/test.nix
@@ -62,18 +62,8 @@ in
../../../../modules
];
- system.activationScripts = {
- gitolite = {
- text = ''
- if ! [ -d /srv/gitolite ]; then
- mkdir --parents /srv/gitolite
- chown -R git:git /srv/gitolite
- fi
- '';
- };
- };
-
vhack = {
+ persist.enable = true;
openssh.enable = true;
nginx = {
enable = true;