summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-06-22 10:12:42 +0200
committerAlan Pearce2024-06-22 10:12:42 +0200
commitac9f115812df258b1c083cef11573ed8ba6a4367 (patch)
tree6c557a72635794835e0e73699937a1525b7234e7 /system/settings
parent835d8cca1188f06128f00b432c4452659201cfc6 (diff)
downloadnixfiles-ac9f115812df258b1c083cef11573ed8ba6a4367.tar.lz
nixfiles-ac9f115812df258b1c083cef11573ed8ba6a4367.tar.zst
nixfiles-ac9f115812df258b1c083cef11573ed8ba6a4367.zip
Revert "git-server: remove repo-specific hooks"
This reverts commit 5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/services/git-server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/services/git-server.nix b/system/settings/services/git-server.nix
index 0ef40ccc..946bf4ba 100644
--- a/system/settings/services/git-server.nix
+++ b/system/settings/services/git-server.nix
@@ -79,6 +79,7 @@ in
       push( @{$RC{ENABLE}}, 'D' );
       push( @{$RC{ENABLE}}, 'Shell alan' );
       push( @{$RC{ENABLE}}, 'cgit' );
+      push( @{$RC{ENABLE}}, 'repo-specific-hooks' );
     '';
   };
   services.legit = {