summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems/tahoe.nix
Commit message (Collapse)AuthorAge
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos/tahoe: fixup create-introducer, syntax regression from 90acbe5, ↵Graham Christensen2017-07-26
| | | | improperly patched in 72f85b9e072
* nixos/tahoe: fixup create-introducer, syntax regression from 90acbe5Graham Christensen2017-07-26
|
* Cleanup tahoe module0xABAB2017-07-25
| | | | | | | | | | - Remove useless escape of question mark - Fix and quoting - Add some '&&s' for correctness - Add escapeShellArg - Remove &&s in preStart Edited by grahamc: fixed the ${} typo on line 246
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* Merge pull request #20456 from ericsagnes/feat/loaf-dep-1Joachim F2017-02-19
|\ | | | | Use attrsOf in place of loaOf when relevant
| * tahoe module: introducers, nodes option loaOf -> attrsOfEric Sagnes2016-11-16
| |
* | nixos/services/tahoe: Work around awkward command.Corbin2017-01-23
| |
* | tahoe service: use ExecStart instead of scriptRobert Helgesson2016-11-25
|/ | | | | | Since only a single command is necessary to start Tahoe it is sufficient to use ExecStart and thereby skip starting up Bash (and leaving it running).
* services/tahoe: SFTP support.Corbin2016-11-13
|
* tahoe module: optionSet -> submoduleEric Sagnes2016-09-13
|
* services/tahoe: Add tub.location for specifying external IPs.Corbin2016-04-12
| | | | Invaluable for wiring up clouds.
* services: Add Tahoe-LAFS service.Corbin2016-03-31
Including systemd configuration and much of the standard storage node and introducer configuration.