about summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
Commit message (Collapse)AuthorAge
...
| * glusterfs service: add support for TLS communicationPascal Bach2017-09-17
| | | | | | | | TLS settings are implemented as submodule.
* | ipfs: autoMount working without rootEric Litak2017-09-17
| |
* | ipfs: workaround for upstream bug; doc fixesEric Litak2017-09-17
|/
* nixos/openafs-client: update cellServDB 2009-06-29 -> 2017-03-14Jörg Thalheim2017-09-12
|
* nixos/samba: remove space in "[ global ]" headingBjørn Forsman2017-09-12
| | | | | | Use consistent no-space style. (All documentation I've seen use no space, and the generated section headings from the NixOS module also use no space.)
* glusterfs service: Ensure dirs needed by `glusterfind` existNiklas Hambüchen2017-09-07
|
* ipfs: adding mountDir options but disabling broken autoMountEric Litak2017-08-30
|
* ipfs: preStart configuration moved into daemon servicesEric Litak2017-08-30
|
* ipfs: refactor; wrapper adjustmentEric Litak2017-08-30
|
* ipfs: optionally manage ulimit -n in serviceConfigEric Litak2017-08-30
|
* ipfs: add extraConfig optionEric Litak2017-08-30
|
* ipfs: add autoMount optionEric Litak2017-08-30
|
* ipfs: added defaultMode, added norouting serviceMaximilian Güntner2017-08-17
|
* nixos/samba: fix pam service name typo (#28049)Keith Amidon2017-08-11
| | | | | | The PAM service name used before this commit was "sambda", with an extra 'd'. For some reason I don't quite fully understand this typo prevents GDM from starting. This change fixes that as tested in VMs built using "nixos-rebuild -I nixpkgs=<mypkgs> build-vm".
* rsync service: allow running as not rootNadrieril2017-08-06
|
* rsync service: restart service on configuration changeNadrieril2017-08-06
|
* rsync service: modernize config file generationNadrieril2017-08-06
|
* 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
* Merge pull request #25709 from nh2/25620-glusterfs-fix-python-import-errorsFrederik Rietdijk2017-06-01
|\ | | | | Fix: GlusterFS python tools all have import errors
| * glusterfs service: Copy hooks to /var at startup.Niklas Hambüchen2017-05-19
| | | | | | | | | | | | | | This is where glusterfs expects them; see also https://github.com/gluster/glusterfs/blob/v3.10.1/extras/hook-scripts/Makefile.am#L4 Also see upstream bug https://bugzilla.redhat.com/show_bug.cgi?id=1452761
* | u9fs service: grant capabilities for running as nobodyEmery Hemingway2017-05-26
| |
* | ipfs service: dataDir backwards compatibility (#25782)Silvan Mosberger2017-05-24
| | | | | | Fixes dataDir existance detection. Fixes #25759, #26069.
* | kbfs service: init (#25610)Calum MacRae2017-05-22
|/ | | * kbfs service: init
* ipfs service: Fix dataDir being ignoredSilvan Mosberger2017-05-05
| | | | IPFS uses the environment variable IPFS_PATH to determine where to look for it's data, which wasn't set previously therefore ignoring the dataDir attribute
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* nixos, openafs-client: correct serviceConfigEdward Tjörnhammar2017-03-25
|
* 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.samba: add enableNmbd and enableWinbindd optionsRicardo M. Correia2017-02-18
| | | | | | | | This allows for disabling these services, in case they are not needed.
* | Merging against upstream masterParnell Springmeyer2017-02-13
|\ \
| * | nfsd service: don't run exportfsNikolay Amiantov2017-02-05
| | | | | | | | | | | | It's run by service already.
| * | nfs service: create state directoriesNikolay Amiantov2017-02-05
| | |
| * | Merge pull request #22225 from bachp/glusterfs-serviceJoachim F2017-02-04
| |\ \ | | | | | | | | glusterfs: add service
| | * | services: add GlusterFS servicePascal Bach2017-02-02
| | | | | | | | | | | | | | | | | | | | This service is only limited in configuration options. But it is sufficient to run glusterd and configure it using the gluster command
| * | | Merge pull request #22303 from abbradar/nfs4Nikolay Amiantov2017-02-03
| |\ \ \ | | |/ / | |/| | NFS improvements
| | * | nfsd service: use upstream systemd unitsNikolay Amiantov2017-02-01
| | | | | | | | | | | | | | | | | | | | * Use /etc/nfs.conf as the recommended upstream way to configure services. * Move server options to nfsd module.
| * | | services: ipfs: separate system units, add offline modeMaximilian Güntner2017-01-27
| |/ / | | | | | | | | | | | | | | | Offline mode: When adding a lot of data, start this service. It will will not flood the DHT since it only exposes the API. When you are done simply reverse the process.
* | | Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
| | |
* | | Addressing PR feedbackParnell Springmeyer2017-01-28
| | |
* | | Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer2017-01-26
|\| |
| * | nixos/services/tahoe: Work around awkward command.Corbin2017-01-23
| | |
| * | services: ipfs: add emptyRepo option, refactorMaximilian Güntner2017-01-14
| | |
* | | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\| |
| * | services: add gatewayAddress and apiAddress to ipfsMaximilian Güntner2016-11-28
| | | | | | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
| * | 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
| |
| * yandex-disk service: add exclude-dirs optionAlex Ivanov2016-11-12
| |
| * yandex-disk service: correct permissionsAlex Ivanov2016-11-12
| |