stockholm/makefu/2configs/syncthing.nix

12 lines
219 B
Nix
Raw Normal View History

2017-04-17 11:08:36 +00:00
{...}:
with import <stockholm/lib>; {
services.syncthing = {
enable = true;
openDefaultPorts = true;
useInotify = true;
group = "download";
};
users.extraGroups.download.gid = genid "download";
}