From 99a6f13e70b366a858a543f145528152164858e5 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 28 Feb 2026 20:20:41 -0800 Subject: use librewolf instead; fix a bunch of problems --- nix/modules/cgit.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/modules/cgit.nix') diff --git a/nix/modules/cgit.nix b/nix/modules/cgit.nix index 54eb90c..eb0cc63 100644 --- a/nix/modules/cgit.nix +++ b/nix/modules/cgit.nix @@ -1,8 +1,8 @@ { lib, config, ... }: { services.cgit."my-projects" = { - enable = true; - scanPath = "/srv/git"; + enable = lib.mkDefault config.monorepo.profiles.server.enable; + scanPath = "${config.users.users.git.home}"; settings = { root-title = "Nullring Git Server"; root-desc = "Projects and cool things"; -- cgit v1.3