summary refs log tree commit diff stats
path: root/modules/services/syncthing.nix
diff options
context:
space:
mode:
authorAlan Pearce2018-04-06 11:42:53 +0200
committerAlan Pearce2018-04-06 11:42:53 +0200
commit1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6 (patch)
tree13f3cd146f2c4a59ffa1754f3f200bca11340285 /modules/services/syncthing.nix
parent53f4bcf710f8515e2cee2a0c4bcb52b0c261c73d (diff)
downloadnixos-configuration-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.tar.lz
nixos-configuration-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.tar.zst
nixos-configuration-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.zip
Update satoshipad to 18.03
Diffstat (limited to 'modules/services/syncthing.nix')
-rw-r--r--modules/services/syncthing.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix
index 5a3e1d6..b6a1286 100644
--- a/modules/services/syncthing.nix
+++ b/modules/services/syncthing.nix
@@ -6,7 +6,6 @@
     group = "users";
     openDefaultPorts = true;
     systemService = true;
-    useInotify = true;
     dataDir = "/home/alan/.config/syncthing";
   };
 }