From 60e26854dac063f0732f44babb3c7d3dbf7888a0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jun 2025 16:27:15 +0530 Subject: Add git + gitweb integration --- settings.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'settings.nix') diff --git a/settings.nix b/settings.nix index f6c717b..f1b7ebb 100644 --- a/settings.nix +++ b/settings.nix @@ -17,6 +17,11 @@ in lib.recursiveUpdate privateSettings rec { exposeTransmissionRPC = false; }; + git = { + baseDir = "/git"; + group = "git"; + }; + syncthing = { baseDir = "/media/syncthing"; photosDir = "${syncthing.baseDir}/photos"; -- cgit v1.3.1