diff options
Diffstat (limited to 'settings.nix')
| -rw-r--r-- | settings.nix | 8 |
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"; |
