l syncthing: remove deprecated inotify

This commit is contained in:
lassulus 2018-04-20 23:34:14 +02:00
parent 824c19e81a
commit 0521f960c8

View File

@ -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";}