From 4d46b16ea7e52efbc89e243c5eb437c60fa8ef60 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 2 Jan 2021 10:16:01 +0000 Subject: modules/git-http-backend: init This adds configuration to make git clone use smart HTTP. :) --- sys/atuin.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index bc947e0223ff..2de03655af3c 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -7,6 +7,7 @@ ../modules/server/irc ../modules/server/cgit ../modules/server/ftp + ../modules/server/git-http-backend ../modules/server/nginx ../modules/server/tor ../modules/server/xmpp @@ -161,6 +162,11 @@ ''; }; + services.git-http-backend.instances.qyliss = { + vhost = "git.qyliss.net"; + projectRoot = "/home/qyliss/git"; + }; + services.nginx.virtualHosts = let vhosts = { -- cgit 1.4.1