aboutsummaryrefslogtreecommitdiff
path: root/settings.nix
diff options
context:
space:
mode:
Diffstat (limited to 'settings.nix')
-rw-r--r--settings.nix5
1 files changed, 5 insertions, 0 deletions
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";