summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* nixos/foswiki: basic working service definitionVladimír Čunát2016-03-08
| | | | | | | | | | | Activation is as simple as: services.httpd = { enable = true; adminAddr = "nobody@example.com"; extraSubservices = [ { serviceType = "foswiki"; } ]; };
* Merge pull request #13748 from zohl/miscRobin Gloster2016-03-07
|\ | | | | a few descriptions fixups
| * KDC description fixAl Zohali2016-03-07
| |
| * nix.requireSignedBinaryCaches: description fixAl Zohali2016-03-07
| |
* | nixos.transmission: whitelist lz4 in AppArmor rulesRicardo M. Correia2016-03-07
|/
* Merge pull request #13705 from aneeshusa/use-bin-instead-of-sbin-for-opensshjoachifm2016-03-07
|\ | | | | openssh: use bin instead of sbin folder
| * openssh: use bin instead of sbin folderAneesh Agrawal2016-03-05
| | | | | | | | References #11939.
* | Merge pull request #13725 from nathan7/bird-userjoachifm2016-03-07
|\ \ | | | | | | bird module: run as user/group `bird`, not `ircd`
| * | bird module: run as user/group `bird`, not `ircd`Nathan Zadoks2016-03-07
| | |
* | | Merge pull request #13723 from Profpatsch/wheterChristoph Hrdinka2016-03-07
|\ \ \ | |/ / |/| | wheter -> whether
| * | wheter → whetherProfpatsch2016-03-07
| | | | | | | | | | | | Nice weather today, isn’t it?
* | | grafana service: unbreakBjørn Forsman2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accidentally broken by 4fede53c0996938979d2966a69f108782a8c1c12 ("nixos manuals: bring back package references"). Without this fix, grafana won't start: $ systemctl status grafana ... systemd[1]: Starting Grafana Service Daemon... systemd[1]: Started Grafana Service Daemon. grafana[666]: 2016/03/06 19:57:32 [log.go:75 Fatal()] [E] Failed to detect generated css or javascript files in static root (%!s(MISSING)), have you executed default grunt task? systemd[1]: grafana.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: grafana.service: Unit entered failed state. systemd[1]: grafana.service: Failed with result 'exit-code'.
* | | unbound: drop sbin directoryMarius Bakke2016-03-06
| | |
* | | exwm service: initBrian McKenna2016-03-06
| |/ |/|
* | spice-vdagentd service : initial at 0.16.0Adam Boseley2016-03-05
|/
* Merge pull request #10139 from mstrm/clamavjoachifm2016-03-04
|\ | | | | clamav: Use freshclam.conf defined by clamav-updater module if enabled
| * clamav: Use freshclam.conf defined by clamav-updater module if enabledMartin Sturm2016-03-04
| |
* | opendkim service: improve `domains` documentationNikolay Amiantov2016-03-04
| |
* | Merge pull request #11738 from grwlf/syncthingjoachifm2016-03-04
|\ \ | |/ |/| Support SOCKS5 proxy for the Syncthing service
| * syncthing: support SOCKS5 proxying for relaysSergey Mironov2016-01-27
| |
* | nixos: Fix build of manualaszlig2016-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken by 17389e256fa1651d8577555ac8fe7aa23044f0e6. The description attributes of mkOption are parsed by XSLT, so we can create a DocBook manual out of it. Unfortunately, the passwordHash option had a description which includes a <password> placeholder which is recognized by DocBook XSL as a valid start tag. So as there is obviously no </password>, the build of the manual bailed out with a parsing error. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: devhell <"^"@regexmail.net>
* | ifplugd: RemoveEelco Dolstra2016-03-03
| | | | | | | | | | This package hasn't been updated in 11 years, and isn't really useful anymore in a modern Linux system.
* | Merge pull request #13591 from mayflower/services/nntp-proxyFranz Pletz2016-03-03
|\ \ | | | | | | nntp-proxy service: init
| * | nntp-proxy service: initTristan Helmich2016-03-03
| | |
* | | networkmanager: Enable ipv6 privacy extensions by defaultShea Levy2016-03-03
| | |
* | | Respect umask settings in Transmission configAnders Lundstedt2016-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In NixOS/nixpkgs@da6bc44 @thoughtpolice made the Transmission NixOS module override the umask setting in the Transmission config. This commit removes that override. I want a different umask setting and I guess it is possible that other people might want it to. Thus I think it is a good idea to respect the umask settings in the Transmission config.
* | | Merge commit 'refs/pull/13412/head' of git://github.com/NixOS/nixpkgsNikolay Amiantov2016-03-02
|\ \ \
| * | | libreswan: add package and service to nixosAlex Franchuk2016-03-02
| | | |
* | | | Fix Emacs syntax highlighting in NixOS dovecot module.Peter Simons2016-03-02
| | | |
* | | | bspwm: add startThroughSession & sessionScript optionMaxwell2016-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to do a more traditional bspwm startup (using the bspwm-session script provided by nixpkgs.bspwm) as an alternative to directly starting sxhkd & bspwm Also added the ability to specify a custom startup script, instead of relying on the provided bspwm-session
* | | | Fix NixOS evalEelco Dolstra2016-03-01
| | | |
* | | | Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra2016-03-01
| |/ / |/| | | | | | | | | | | | | | This reverts commit cad8957eabcbf73062226d28366fd446c15c8737. It breaks NixOps, but more importantly, such major changes to the module system really need to be reviewed.
* | | Merge pull request #13522 from Pleune/fix/x11-bspwm-updatejoachifm2016-03-01
|\ \ \ | | | | | | | | x11 service: bspwm limit sxhkd freqency
| * | | x11 service: bspwm limit sxhkd freqencyMitchell Pleune2016-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add '-f 100' as an argument to sxhkd to keep it from flooding bspwm add SXHKD_SHELL=/bin/sh to help default to a faster shell than what may be set in $SHELL (example: with zsh)
* | | | Merge pull request #10288 from lethalman/gnomeisoLuca Bruno2016-02-29
|\ \ \ \ | |/ / / |/| | | installer: add graphical GNOME iso
| * | | installer: add graphical GNOME isoLuca Bruno2016-02-29
| | | |
* | | | nixos-modules: Fixes related to "literalExample" and "defaultText".Thomas Strobel2016-02-29
| | | |
* | | | Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel2016-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enforce that an option declaration has a "defaultText" if and only if the type of the option derives from "package", "packageSet" or "nixpkgsConfig" and if a "default" attribute is defined. - Enforce that the value of the "example" attribute is wrapped with "literalExample" if the type of the option derives from "package", "packageSet" or "nixpkgsConfig". - Warn if a "defaultText" is defined in an option declaration if the type of the option does not derive from "package", "packageSet" or "nixpkgsConfig". - Warn if no "type" is defined in an option declaration.
* | | | Merge pull request #12487 from hrdinka/refactor/nsdFranz Pletz2016-02-28
|\ \ \ \ | | | | | | | | | | Refactor NSD service and update to 4.1.7
| * | | | nsd service: add build time config validationChristoph Hrdinka2016-02-28
| | | | |
| * | | | nsd service: make use of literalExampleChristoph Hrdinka2016-02-28
| | | | |
| * | | | nsd service: add missing optionsChristoph Hrdinka2016-02-28
| | | | |
| * | | | nsd service: code cleanupChristoph Hrdinka2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | Puts everything in alphanumeric order and removes unnecessary spaces to better match NixOS coding style.
* | | | | nixos/collectd: Fix package optionFranz Pletz2016-02-28
| | | | | | | | | | | | | | | | | | | | Commit ed979124cad7596de539188e86664b3784c363ca was missing some code.
* | | | | fix NixOS evalDomen Kožar2016-02-28
| | | | |
* | | | | note the desktopManagerHandlesLidAndPower removalDomen Kožar2016-02-28
| | | | |
* | | | | Merge pull request #9727 from Profpatsch/dm-lid-managementDomen Kožar2016-02-28
|\ \ \ \ \ | |/ / / / |/| | | | remove desktopManagerHandlesLidAndPower
| * | | | Remove desktopManagerHandlesLidAndPowerProfpatsch2015-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed on https://github.com/NixOS/nixpkgs/pull/9642, the option is not necessary because all desktop managers already stopped handling it (and delegated to systemd).
* | | | | Merge pull request #13524 from makefu/bepasty-recursive-envDomen Kožar2016-02-28
|\ \ \ \ \ | | | | | | | | | | | | services.bepasty: buildEnv for creating PYTHONPATH
| * | | | | services.bepasty: buildEnv for creating PYTHONPATHmakefu2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | Fixes 'You need gevent installed to use this worker.' as well as missing Flask deps.