diff options
author | lassulus <lassulus@lassul.us> | 2018-04-20 23:34:14 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-04-20 23:37:15 +0200 |
commit | 0521f960c8c93da7082722632309b533260781d5 (patch) | |
tree | 9a981e39a56537d9c15215cc993f9f94fd5e37e6 /lass/2configs/syncthing.nix | |
parent | 824c19e81a5696018973be2d692fcd9f07f8ef10 (diff) |
l syncthing: remove deprecated inotify
Diffstat (limited to 'lass/2configs/syncthing.nix')
-rw-r--r-- | lass/2configs/syncthing.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lass/2configs/syncthing.nix b/lass/2configs/syncthing.nix index cef43d1e6..17debf822 100644 --- a/lass/2configs/syncthing.nix +++ b/lass/2configs/syncthing.nix @@ -3,7 +3,6 @@ with import <stockholm/lib>; { services.syncthing = { enable = true; - useInotify = true; }; krebs.iptables.tables.filter.INPUT.rules = [ { predicate = "-p tcp --dport 22000"; target = "ACCEPT";} |