about summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* Merge pull request #29071 from nh2/glusterfs-glusterfind-dirsJoachim F2017-09-09
|\ | | | | glusterfs service: Ensure dirs needed by `glusterfind` exist
| * glusterfs service: Ensure dirs needed by `glusterfind` existNiklas Hambüchen2017-09-07
| |
* | nixos/postfix: undo deprecation of extraConfig, extraMasterConfBjørn Forsman2017-09-07
| | | | | | | | | | | | I realize that advanced users like to configure services with Nix attrsets, but I don't think we should remove the option to use the (configuration) language provided by upstream.
* | nixos/mfi: removeJörg Thalheim2017-09-07
|/
* dnscrypt-wrapper module: fix permissions and optionsmakefu2017-09-06
| | | | | | | | | When keys get refreshed a folder with the permissions of the root user get created in the home directory of the user dnscrypt-wrapper. This prevents the service from restarting. In addition to that the parameters of dnscrypt-wrapper have changed in upstream and in the newly packaged software.
* postgresql92: remove last referencesFranz Pletz2017-09-05
|
* nexus: Add module for nexus.Michele Catalano2017-09-04
| | | | | Add also myself as maintainer Add simple test of the nexus service
* nixos/xpra: allow to set extra options (#28934)Jaka Hudoklin2017-09-03
|
* Merge pull request #28893 from jtojnar/gpaste-serviceJörg Thalheim2017-09-03
|\ | | | | gnome3.gpaste: Add GPaste service
| * nixos/gnome3.gpaste: add serviceJan Tojnar2017-09-02
| |
* | gitlab: 9.4.5 -> 9.5.2Franz Pletz2017-09-03
| |
* | nginx: module fix exampleRobin Gloster2017-09-03
| | | | | | | | Closes #28926
* | gitlab module: fix permissions and pathRobin Gloster2017-09-02
| |
* | gitlab module: fix postgres superUserRobin Gloster2017-09-02
| | | | | | | | (cherry picked from commit edd8265c366186d62d870c23e2b2437ae4de4c0d)
* | gitlab: fix postgres callsRobin Gloster2017-09-02
| |
* | Merge remote-tracking branch 'upstream/master' into HEADRobin Gloster2017-09-02
|\ \
| * | nixos/hydra postgresql: Fix #27314 and add test casePhilipp Steinpass2017-09-02
| | |
| * | nixos/deluge: Fix last wrong package attributeaszlig2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I missed this in 799435b7cab97a39893a104999b3bc589e1172b1. This time I used "git grep -F pythonPackages.deluge" just to be sure :-) Thanks a lot to @roconnor for spotting this. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: @roconnor
| * | Merge pull request #28871 from romildo/mateFrederik Rietdijk2017-09-02
| |\ \ | | | | | | | | mate desktop: some improvements
| | * | mate: remove icon cacheromildo2017-09-01
| | | |
| * | | Merge pull request #28726 from vyp/interception-toolsJörg Thalheim2017-09-02
| |\ \ \ | | | | | | | | | | interception-tools: init at 0.1.1
| | * | | interception-tools: init at 0.1.1xd1le2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latest release of libyamlcpp in nixpkgs does not build because it uses an older version of boost than the one in nixpkgs and therefore expects a particular header file which does not exist in the latest boost anymore. For this reason, a later (git) version of libyamlcpp is used here (which actually doesn't even require boost). The substituteInPlace in the prePatch phase is needed because libevdev places its headers in non-standard places, meaning Nix cannot normally find them. The `cut` command removes the first two "-I" characters from the output of `pkg-config`. This needs to be in the prePatch phase because otherwise Nix will patch these lines to `/var/empty`, meaning you would have less specific replacement (in case other lines are also patched to `/var/empty`). I wrote the patch. (I believe it is NixOS specific.)
| * | | | nixos/deluge: Fix deluge package attributeaszlig2017-09-01
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by fa5e34324204fc626d9b644a37982bcedec9e4bc. The deluge package no longer resides in pythonPackages but now is a top-level package. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @grantwwu, @fpletz
| * | | nixos/piwik: fix nginx submodule's ssl defaultsFlorian Jacob2017-09-01
| | |/ | |/| | | | | | | | | | | | | previous mkDefault did not work as expected, as it did not overwrite the original submodule's defaults when the user did not specify any custom options at all.
| * | Merge pull request #28781 from romildo/mateJörg Thalheim2017-08-31
| |\ \ | | | | | | | | mate: add the MATE desktop environment
| | * | mate: add icon themesromildo2017-08-31
| | | |
| | * | mate: add the MATE desktop environmentromildo2017-08-31
| | | |
| * | | Merge pull request #28783 from ryantm/calibre-serverGabriel Ebner2017-08-31
| |\ \ \ | | | | | | | | | | nixos/calibre-server: fix ExecStart call
| | * | | nixos/calibre-server: fix ExecStart callRyan Mulligan2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calibre-server changed the way you specify the library from using --with-library to just allowing the directory to be specified. See https://manual.calibre-ebook.com/generated/en/calibre-server.html for details.
| * | | | mysql service: Make initialDatabases.schema attribute optionalFlorian Jacob2017-08-31
| |/ / /
| * | | Mark synaptics as deprecatedGraham Christensen2017-08-30
| | | |
| * | | nixos/piwik: adjust to addSSL and forceSSL now being mutually exclusiveFlorian Jacob2017-08-30
| | | |
| * | | nixos/piwik: Make webServerUser default to nginxFlorian Jacob2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the nginx option is used. Noted that either webServerUser or nginx option is mandatory. Also introduce an assertion if both are not set, and a warning if both are set. Resolves #27704.
| * | | nixos/piwik: Remove part about mail problemsFlorian Jacob2017-08-30
| | | | | | | | | | | | | | | | Sending mail works out of the box as of resolution of #26611.
| * | | nixos/piwik: use nginx' virtualHost submoduleFlorian Jacob2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | instead of redeclaring part of the options. Backward-compatible change. This gives the same flexibility to the user as nginx itself. This also resolves the piwik module break from nginx' enableSSL introduction from #27426.
| * | | cron service: fix reliance on etc.timezoneLinus Heckemann2017-08-30
| | | | | | | | | | | | | | | | | | | | This does not fully address the issue, as cron will not restart when the timezone is changed imperatively as it presumably needs to.
| * | | Merge commit '2858c41' into HEADFrederik Rietdijk2017-08-30
| |\ \ \
| | * \ \ Merge branch 'master' into stagingVladimír Čunát2017-08-29
| | |\ \ \ | | | | | | | | | | | | | | | | | | There were some conflicts in python modules, commented at #28314.
| | * | | | Fix indentation.Tom Hunger2017-08-28
| | | | | |
| | * | | | GNOME: 3.22 -> 3.24Linus Heckemann2017-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash commit of the joint work from: * Jan Tojnar (@jtojnar) * Linus Heckemann (@lheckemann) * Ryan Mulligan (@ryantm) * romildo (@romildo) * Tom Hunger (@teh)
| | * | | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-25
| | |\ \ \ \
| | * | | | | bepasty: move out of python-packagesFrederik Rietdijk2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | because its a (web) application and thus doesn't belong there.
| * | | | | | nginx module: add proxyResolveWhileRunning optionRobin Gloster2017-08-30
| | | | | | |
| * | | | | | nginx module: allow basic configuration of upstreamsRobin Gloster2017-08-30
| | | | | | |
| * | | | | | nginx module: first proxy_set_header takes precendenceFranz Pletz2017-08-30
| | | | | | |
| * | | | | | nginx module: add option for proxying websocket requestsFranz Pletz2017-08-30
| | | | | | |
| * | | | | | nginx module: fix applying recommended proxy headersFranz Pletz2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if proxy_set_header would be used in an extraConfig of a location, the headers defined in the http block by recommendedProxySettings would be cleared. As this is not the intended behaviour, these settings are now included from a separate file if needed.
| * | | | | | nginx module: clean up SSL/listen handlingRobin Gloster2017-08-30
| | | | | | |
| * | | | | | Merge pull request #28741 from bachp/gitlab-runner-improveFranz Pletz2017-08-30
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Gitlab runner improve
| | * | | | | | gitlab-runner service: allow adding additional tools to PATHPascal Bach2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is similar to how it is implemented for the Jenkins service. Bash and docker-machine are added by default as they are required in many cases.