l syncthing: set configDir to 18.09 default
This commit is contained in:
parent
6e28354f92
commit
167f19018d
|
@ -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";}
|
||||
|
|
Loading…
Reference in a new issue