aboutsummaryrefslogtreecommitdiff
path: root/settings.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--settings.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.nix b/settings.nix
index 06c10a0..be03e49 100644
--- a/settings.nix
+++ b/settings.nix
@@ -21,10 +21,10 @@ in lib.recursiveUpdate privateSettings rec {
exposeTransmissionRPC = false;
};
- git = {
- baseDir = "/git";
- group = "git";
- };
+ git = {
+ baseDir = "/git";
+ group = "git";
+ };
syncthing = {
baseDir = "/media/syncthing";