summary refs log tree commit diff
path: root/nixos/modules/services/networking/btsync.nix
Commit message (Collapse)AuthorAge
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* btsync module: remove redundant exampleJoachim Fasting2017-03-06
| | | | | The default value already gives a good example of what values to put here.
* nixos: btsync - switch to using systemd user servicesAustin Seipp2016-01-07
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixos: btsync - add directoryRoot optionAustin Seipp2016-01-07
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* bittorrentsync: fix storage_path.Timofey Lagutin2015-06-05
| | | | | | If this path is a symlink, btsync won't be able to read it if it's not ending with "/". As seen in https://github.com/NixOS/nixpkgs/commit/f02d4ec9ed39694e04aa52937a9f73e217aff7f8 Broken in https://github.com/NixOS/nixpkgs/commit/0539ed477151a3adfff5012cabff0527a9a8c0bb
* wait for filesystem before starting btsync; bump to latest package versionOliver Matthews2015-04-23
|
* NixOS Manual: Do not use unfree packages as default value.Nicolas B. Pierron2015-04-08
|
* Add support for btsync 2.x branchOliver Matthews2015-04-06
|
* Documentation updateLuke Clifton2014-12-28
|
* Moved UMask to correct locationLuke Clifton2014-12-28
|
* Change umaskLuke Clifton2014-12-28
|
* added groupLuke Clifton2014-12-28
|
* Added btsync group to btsync userLuke Clifton2014-12-28
|
* bittorrentsync: fix storage_path.lostdj2014-09-19
| | | | If this path is a symlink, btsync won't be able to read it if it's not ending with "/".
* btsync: Default to no login/password for the Web UIAustin Seipp2014-05-02
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* btsync: remove unneeded assertionAustin Seipp2014-05-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | 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.
* nixos: add BitTorrent Sync service moduleAustin Seipp2014-03-20
Signed-off-by: Austin Seipp <aseipp@pobox.com>