l syncthing: set configDir to 18.09 default

This commit is contained in:
lassulus 2019-04-13 16:37:21 +02:00
parent 6e28354f92
commit 167f19018d

View File

@ -4,6 +4,7 @@ with import <stockholm/lib>;
services.syncthing = {
enable = true;
group = "syncthing";
configDir = "/var/lib/syncthing";
};
krebs.iptables.tables.filter.INPUT.rules = [
{ predicate = "-p tcp --dport 22000"; target = "ACCEPT";}