summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-16 22:07:40 +0200
committerAlan Pearce2024-06-16 22:07:40 +0200
commit5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd (patch)
tree6eab7bfb11387ea3959ceb43dfc1041babd7e0d6
parent88c70cd9cce67a4bb25f78199c98deb6de076ad1 (diff)
downloadnixfiles-5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.tar.lz
nixfiles-5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.tar.zst
nixfiles-5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.zip
git-server: remove repo-specific hooks
-rw-r--r--system/settings/services/git-server.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/services/git-server.nix b/system/settings/services/git-server.nix
index 946bf4ba..0ef40ccc 100644
--- a/system/settings/services/git-server.nix
+++ b/system/settings/services/git-server.nix
@@ -79,7 +79,6 @@ in
       push( @{$RC{ENABLE}}, 'D' );
       push( @{$RC{ENABLE}}, 'Shell alan' );
       push( @{$RC{ENABLE}}, 'cgit' );
-      push( @{$RC{ENABLE}}, 'repo-specific-hooks' );
     '';
   };
   services.legit = {