diff options
author | Alan Pearce | 2024-06-16 22:07:40 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-16 22:07:40 +0200 |
commit | 5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd (patch) | |
tree | 6eab7bfb11387ea3959ceb43dfc1041babd7e0d6 /system | |
parent | 88c70cd9cce67a4bb25f78199c98deb6de076ad1 (diff) | |
download | nixfiles-5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.tar.lz nixfiles-5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.tar.zst nixfiles-5ce5f6f18cb03e4ba9019f4d1e269bb6289785cd.zip |
git-server: remove repo-specific hooks
Diffstat (limited to 'system')
-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 = { |