about summary refs log tree commit diff
path: root/machines/devhell/sigrun.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-03-19 19:15:56 +0000
committerdevhell <devhell@mailfresser.de>2021-03-19 19:15:56 +0000
commitbc975b665d7cb1bbd53dac67f5e260e6b6128d82 (patch)
treee9ce39092a58282f3ac6e22fa5837f422c8888aa /machines/devhell/sigrun.nix
parent34a0d321af8ab12640ea54774f0a8e6f4896ba5d (diff)
machines/devhell: Change syncthing dataDir
So the previous idea didn't work as expected, instead I'm going to use
the directory name Syncthing would use anyway.
Diffstat (limited to 'machines/devhell/sigrun.nix')
-rw-r--r--machines/devhell/sigrun.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix
index d6677ddf..9f31e517 100644
--- a/machines/devhell/sigrun.nix
+++ b/machines/devhell/sigrun.nix
@@ -107,7 +107,7 @@
     syncthing = {
       enable = true;
       user = "dev";
-      dataDir = "/home/dev/syncthing/";
+      dataDir = "/home/dev/Sync/";
     };
   };