diff options
-rw-r--r-- | system/settings/services/git-server.nix | 1 |
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 = { |