about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-03-19 19:03:07 +0000
committerdevhell <devhell@mailfresser.de>2021-03-19 19:04:21 +0000
commitd46aa4ec882dcb9ac0e09da6e1aecb361d90d287 (patch)
tree0591bc8ea77a5a84763fdfb33a4133ac7212ae9e /machines/devhell/eir.nix
parenta1e614ccce08a220f0eae9cde9007e61e7597081 (diff)
machines/devhell: Remove syncthing dataDir
This doesn't seem to work properly, Syncthing will still add its default
`Sync` directory.
Diffstat (limited to 'machines/devhell/eir.nix')
-rw-r--r--machines/devhell/eir.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index a6650725..4a41f586 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -97,7 +97,6 @@
     syncthing = {
       enable = true;
       user = "dev";
-      dataDir = "/home/dev/syncthing/";
     };
   };