From 5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Jun 2024 22:07:40 +0200 Subject: git-server: remove repo-specific hooks --- system/settings/services/git-server.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'system/settings/services/git-server.nix') 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 = { -- cgit 1.4.1