diff options
Diffstat (limited to 'config/services/git/cgit.nix')
| -rw-r--r-- | config/services/git/cgit.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config/services/git/cgit.nix b/config/services/git/cgit.nix deleted file mode 100644 index 9f4fb48..0000000 --- a/config/services/git/cgit.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, ... }: -{ - services.cgit.default = { - enable = true; - scanPath = "/srv/git"; - gitHttpBackend.enable = false; - nginx = { - virtualHost = "${config.networking.hostName}.aristote.mesh"; - location = "/git/"; - }; - extraConfig = '' - root-title=repositories - root-desc=by Quentin Aristote - ''; - }; - - users.users.cgit.extraGroups = [ "git" ]; - - systemd.services.fcgiwrap-cgit-default.personal.monitor = true; -} |
