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/git-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/git-daemon.nix') diff --git a/nix/modules/git-daemon.nix b/nix/modules/git-daemon.nix index e5e2192..5b79304 100644 --- a/nix/modules/git-daemon.nix +++ b/nix/modules/git-daemon.nix @@ -3,6 +3,6 @@ services.gitDaemon = { enable = lib.mkDefault config.monorepo.profiles.server.enable; exportAll = true; - basePath = "/srv/git"; + basePath = "${config.users.users.git.home}"; }; } -- cgit v1.3