10 Commits

Author SHA1 Message Date
Luke Clifton
c1e38098e0 Documentation update 2015-01-01 15:45:30 +01:00
Luke Clifton
1f2103f8d9 Moved UMask to correct location 2015-01-01 15:45:30 +01:00
Luke Clifton
8a24749e27 Change umask 2015-01-01 15:45:30 +01:00
Luke Clifton
c53f532725 added group 2015-01-01 15:45:29 +01:00
Luke Clifton
ed7929942b Added btsync group to btsync user 2015-01-01 15:45:29 +01:00
lostdj
f02d4ec9ed bittorrentsync: fix storage_path.
If this path is a symlink, btsync won't be able to read it if it's not ending with "/".
2014-09-19 18:19:04 +04:00
Austin Seipp
b553d11616 btsync: Default to no login/password for the Web UI
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-02 00:41:47 -05:00
Austin Seipp
8946e91fad btsync: remove unneeded assertion
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 17:00:49 -05:00
Eelco Dolstra
29027fd1e1 Rewrite ‘with pkgs.lib’ -> ‘with lib’
Using pkgs.lib on the spine of module evaluation is problematic
because the pkgs argument depends on the result of module
evaluation. To prevent an infinite recursion, pkgs and some of the
modules are evaluated twice, which is inefficient. Using ‘with lib’
prevents this problem.
2014-04-14 16:26:48 +02:00
Austin Seipp
6e415d2b58 nixos: add BitTorrent Sync service module
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-20 12:24:28 -05:00