diff options
author | Alan Pearce | 2024-06-22 10:12:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-22 10:12:42 +0200 |
commit | ac9f115812df258b1c083cef11573ed8ba6a4367 (patch) | |
tree | 6c557a72635794835e0e73699937a1525b7234e7 /system | |
parent | 835d8cca1188f06128f00b432c4452659201cfc6 (diff) | |
download | nixfiles-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')
-rw-r--r-- | system/settings/services/git-server.nix | 1 |
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 = { |