about summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* Fix configuring apache with extra user/groupKirill Elagin2014-06-11
| | | | This fix is consistent with all the other modules.
* Revert "Fix configuring httpd with custom user/group."Kirill Elagin2014-06-11
| | | | This reverts commit 08f9da2e8eb9d3da39a1f28e191bd4fb7fd2fa45.
* Fix configuring httpd with custom user/group.Rob Vermaas2014-06-11
|
* Revert "Revert "Merge #2692: Use pam_env to properly setup system-wide env""Eelco Dolstra2014-06-10
| | | | This reverts commit 491c088731022463978e595956427e72db6306a9.
* Revert "Merge #2692: Use pam_env to properly setup system-wide env"Eelco Dolstra2014-06-10
| | | | This reverts commit 18a0cdd86416a8cbc263cfa8cb96c460a53f7b5c.
* Merge #2692: Use pam_env to properly setup system-wide envVladimír Čunát2014-06-10
|
* disnix: bump versions and update module to use its latest featuresSander van der Burg2014-06-09
|
* nixos/graphite-service: clean up restartTriggersBjørn Forsman2014-06-09
| | | | | | | | | | | | | | | | | Currently, the restartTriggers are abusing the systemd unit file in that the cfg.carbon.config/storageAggregation/... option text is pasted into the unit file. Even though this sort-of works (the service is restarted if the config changes) this causes systemd to print error messages about invalid sections (rightfully so!). The correct use of restartTriggers is to list storage paths, which is what this change does. If any of the cfg.carbon/config/storageAggregation/... options change, configDir will get a new hash. It is not as "fine grained" as the current version, but it is not abusing the interface. Also, remove unneeded 'waitress' in one of the restartTriggers, because it is already listed as part of the service config.
* nixos/graphite-service: make option descriptions end with '.'Bjørn Forsman2014-06-09
| | | | Because that is how it is supposed to be.
* nixos/statsd-service: fix 'graphitePort' default valueBjørn Forsman2014-06-08
| | | | | | | graphitePort must point to the port that carbon-cache listens on, not the graphite webUI port. With this change I finally got data from statsd to graphite.
* nixos/graphite-service: fix filename typoBjørn Forsman2014-06-07
| | | | | | | It's "aggregation" with two 'g's. Fixes this: carbon-cache[9363]: [console] /nix/store/drxq4jj92sjk3cjik2l4hnsndbray3i4-graphite-config/storage-aggregation.conf not found, ignoring.
* couchdb service: adding customizable config file which is writable by couchdbRok Garbas2014-06-06
|
* tomcat: fix service to be a daemon, and run tomcat in script rather than ↵Luca Bruno2014-06-06
| | | | preStart
* fcgiwrap: new packageLuca Bruno2014-06-04
| | | | | | Simple server for running CGI applications over FastCGI https://nginx.localdomain.pl/wiki/FcgiWrap
* Merge pull request #2790 from ehmry/unboundPeter Simons2014-05-30
|\ | | | | unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemd
| * unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemdEmery Hemingway2014-05-29
| |
* | sane: Make SANE_CONFIG_DIR overrideableRickard Nilsson2014-05-30
| |
* | nautilus-sendto: new packageLuca Bruno2014-05-28
| | | | | | | | Integrates Evolution and Pidgin into the Nautilus file manager
* | nautilus 3.12: find extensionsLuca Bruno2014-05-28
| |
* | nixos: add influxdb moduleJaka Hudoklin2014-05-27
| |
* | Add TeamSpeak 3 server & service module (close #2056)Alexei Robyn2014-05-27
|/ | | | | | Conflicts (trivial): lib/maintainers.nix nixos/modules/misc/ids.nix
* Merge pull request #2617 from ttuegel/hplipMichael Raskin2014-05-27
|\ | | | | hplip: update and fix scanning
| * sane: use mkSaneConfig to set system environmentThomas Tuegel2014-05-11
| |
* | Merge pull request #2424 from wkennington/cache.sshKeyMichael Raskin2014-05-27
|\ \ | | | | | | ssh: Support knownHost public keys as strings
| * | sshd: Fix typing for options which take pathsWilliam A. Kennington III2014-05-01
| | |
| * | ssh: Support knownHost public keys as stringsWilliam A. Kennington III2014-05-01
| | |
* | | gnome 3.12: make remote desktop sharing workLuca Bruno2014-05-26
| | |
* | | Add gvfs dbus service and gvfs gio modules to gnome 3Luca Bruno2014-05-26
| | | | | | | | | | | | Closes #2746
* | | nixos: add 'gvfs' when using GNOME3 desktopBjørn Forsman2014-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One reason for adding this is to make Chromium able to open files it has downloaded. Currently this happens: /run/current-system/sw/bin/xdg-open: line 364: gnome-open: command not found (And nothing happens in the GUI when clicking a downloaded file.) Looking into xdg-open, one can see that it first tries to run gvfs-open and then falls back to gnome-open. Adding 'gvfs' makes the first command succeed.
* | | nixos/modules/services/audio/alsa.nix: fix evaluationPeter Simons2014-05-23
| | | | | | | | | | | | https://github.com/NixOS/nixpkgs/issues/2732
* | | fix mistakeArseniy Seroka2014-05-23
| | |
* | | alsa: add option to change system wide configurationArseniy Seroka2014-05-23
| | |
* | | transmission: Fix apparmor rules to allow loading more librariesRicardo M. Correia2014-05-22
| | |
* | | Remove udisks moduleEelco Dolstra2014-05-22
| | | | | | | | | | | | It's no longer used in NixOS.
* | | Enable the xf86-video-modesetting driverEelco Dolstra2014-05-21
| | |
* | | Override glib_networking with gnome 3.12 scopeLuca Bruno2014-05-21
| | |
* | | evolution-data-server: use the right gnome3 package set in the serviceLuca Bruno2014-05-21
| | |
* | | upower: add 0.99 version for gnome 3.12Luca Bruno2014-05-20
| | |
* | | Allow specifying the gnome3 packages to use for the xserver serviceLuca Bruno2014-05-20
| | |
* | | Fix udev rule required by gpmEelco Dolstra2014-05-20
| | | | | | | | | | | | Backport: 14.04
* | | fix eval after previous commitVladimír Čunát2014-05-18
| | |
* | | berlios.de probably shut down, replace itVladimír Čunát2014-05-18
| | | | | | | | | | | | The shutdown was announced years ago, only now it stopped working.
* | | Fix dogstatsd, needs procps in path.Rob Vermaas2014-05-18
| | | | | | | | | | | | (cherry picked from commit ecdb0f7867007b2e5ae0d14a0994d3b502d90fa7)
* | | Merge pull request #2604 from wkennington/master.notbitAustin Seipp2014-05-17
|\ \ \ | | | | | | | | notbit: Bump version and add more configuration options
| * | | notbit: Add additional options to the daemonWilliam A. Kennington III2014-05-13
| | | |
| * | | notbit: Don't include unecessary notbit binaries in the environmentWilliam A. Kennington III2014-05-13
| | | |
| * | | notbit: Use the correct default portWilliam A. Kennington III2014-05-13
| | | |
* | | | Merge pull request #2629 from letac/masterAustin Seipp2014-05-14
|\ \ \ \ | | | | | | | | | | Phabricator, a web application, snapshot of 2014-05-12
| * | | | Phabricator, a web application, snapshot of 2014-05-12Strahinja Popovic2014-05-12
| | | | |
* | | | | Merge pull request #2301 from bjornfor/graphite-fixeslethalman2014-05-14
|\ \ \ \ \ | |_|/ / / |/| | | | nixos/graphite-service: fix startup