From 15c99cacfff3509b31c510937ae48bded1b0432b Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 14 Oct 2024 01:42:45 -0700 Subject: More nipsy cgit --- hosts/arrakis/services.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'hosts/arrakis/services.nix') diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index ec935bd..759c32b 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -2,7 +2,7 @@ environment.etc."gitconfig".text = '' [safe] - directory = /home/nipsy/www/git/nix.git/.git + directory = /home/nipsy/www/git/nix/.git ''; security.acme = { @@ -15,12 +15,7 @@ "arrakis.bitgnome.net" = { enable = true; nginx.location = "/nipsy/git/"; - repos = { - nix = { - desc = "a NixOS configuration"; - path = "/home/nipsy/www/git/nix.git"; - }; - }; + scanPath = "/home/nipsy/www/git"; settings = { about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; branch-sort = "age"; -- cgit v1.2.3