summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
Commit message (Collapse)AuthorAge
* 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
| |
| * services: Add Interplanetary File System serviceMaximilian Güntner2016-11-07
| | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
| * nixos: use types.lines for extraConfigEmery Hemingway2016-10-23
| |
| * cachefilesd service: initNikolay Amiantov2016-10-16
| |
| * Merge pull request #18491 from groxxda/network-interfacesJoachim F2016-10-02
| |\ | | | | | | Replace Network-interfaces.target
| | * openafs-client service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
| | |
| * | Merge pull request #18511 from ericsagnes/feat/remove-optionSetJoachim F2016-10-01
| |\ \ | | | | | | | | modules: optionSet -> submodule
| | * | tahoe module: optionSet -> submoduleEric Sagnes2016-09-13
| | |/
| * / samba: Use startup notificationEelco Dolstra2016-09-30
| |/ | | | | | | This ensures synchronous unit start.
| * treewide: deprecate ip-up.target (#18319)Alexander Ried2016-09-10
| | | | | | | | | | Systemd upstream provides targets for networking. This also includes a target network-online.target. In this PR I remove / replace most occurrences since some of them were even wrong and could delay startup.
* | Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-01
|/
* treewide: replace several /sbin paths by /binNikolay Amiantov2016-08-19
|
* Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
* treewide: replace several /sbin paths by /binNikolay Amiantov2016-08-16
|
* diod service: Capabilities -> CapabilityBoundingSetJoachim Fasting2016-05-27
| | | | | | | `Capabilities` is obsolete in recent systemd and will be simply ignored. Note: this is the only service using `Capabilites`, per `git grep`.
* Fixing nfsd service, wait on local-fs.Lluís Batlle i Rossell2016-05-06
| | | | | Otherwise, mountd was started exporting directories before local-fs was ready, and it failed to start nfsd on missing fs.
* treewide: Replace module_init_tools -> kmodTuomas Tynkkynen2016-04-22
| | | | | The former is deprecated and doesn't handle compressed kernel modules, so all current usages of it are broken.
* services/tahoe: Add tub.location for specifying external IPs.Corbin2016-04-12
| | | | Invaluable for wiring up clouds.
* u9fs service: switch user with systemdEmery Hemingway2016-04-08
| | | | Drop the broken fsRoot option.
* services: Add Tahoe-LAFS service.Corbin2016-03-31
| | | | | Including systemd configuration and much of the standard storage node and introducer configuration.
* Merge pull request #13324 from zimbatm/doc-from-wikizimbatm2016-02-25
|\ | | | | Converting the wiki to documentation
| * samba module: add more descriptionzimbatm2016-02-25
| | | | | | | | Fixes #13281
* | netatalk: 3.1.0 -> 3.1.7, new service moduleJordan Mulcahey2016-02-24
|/
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* xtreemfs: set mrc and osd as dir dependenciesMatej Cotman2015-09-22
|
* xtreemfs: use mkEnableOption instead of mkOptionMatej Cotman2015-09-22
|
* xtreemfs: add nixos moduleMatej Cotman2015-09-22
|
* nixos: samba module: fix typo & clarifyTobias Geerinckx-Rice2015-09-14
|