summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* 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.
* | | nixos: remove top-level uim optionThomas Tuegel2016-02-28
| | |
* | | fcitx: show available engines in module descriptionThomas Tuegel2016-02-28
| | |
* | | nixos: remove qtPlugins and gtkPluginsThomas Tuegel2016-02-28
| | | | | | | | | | | | | | | | | | | | | Both Qt and GTK load plugins from the active profiles automatically, so it is sufficient to install input methods system-wide. Overriding the plugin paths may interfere with correct operation of other plugins.
* | | fix NixOS evalDomen Kožar2016-02-28
| | |
* | | nixos copySystemConfiguration: fix when chrootedVladimír Čunát2016-02-28
| | | | | | | | | | | | Fixes #7974. Also makes the description more informative.
* | | 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.
* | | | moodle: 2.8.5 -> 2.8.10 for CVE-2016-0724 CVE-2016-0725Graham Christensen2016-02-27
|/ / /
* | | Improve services.locate.period deprecation messageEelco Dolstra2016-02-27
| | |
* | | Revert "Add a way to pin a NixOS version within the module system."Eelco Dolstra2016-02-27
| | | | | | | | | | | | | | | | | | This reverts commit a5992ad61b314104aff7e28a41ce101a1b0e7c35. Motivation: https://github.com/NixOS/nixpkgs/commit/a5992ad61b314104aff7e28a41ce101a1b0e7c35#commitcomment-14986820
* | | Merge pull request #8630 from lihop/nixos/fix-formattingDomen Kožar2016-02-27
|\ \ \ | | | | | | | | nixos: fix formatting of option examples
| * | | nixos/activation-script: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
| * | | xserver service: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
| * | | phpfpm service: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
| * | | fail2ban service: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
| * | | nsd service: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
| * | | cacert: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
| * | | nixos/freetds: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
| * | | nixos/vpnc: fix formatting of exampleLeroy Hopson2016-02-27
| | | |
* | | | Merge #12796: nixos docs: show references to packagesVladimír Čunát2016-02-27
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | (version 2) A better implementation of #10039, after #12357. This time I did more thorough checking. See commit messages for details.
| * | | nixos manuals: bring back package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
| * | | nixos docs: allow displaying package referencesVladimír Čunát2016-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an improved version of original #12357. For the purpose of generating docs, evaluate options with each derivation in `pkgs` (recursively) replaced by a fake with path "\${pkgs.attribute.path}". It isn't perfect, but it seems to cover a vast majority of use cases. Caveat: even if the package is reached by a different means, the path above will be shown and not e.g. `${config.services.foo.package}`. As before, defaults created by `mkDefault` aren't displayed, but documentation shouldn't (mostly) be a reason to use that anymore. Note: t wouldn't be enough to just use `lib.mapAttrsRecursive`, because derivations are also (special) attribute sets.
* | | | nixos: libinput use mkEnableOptionRobert Klotzner2016-02-27
| | | |
* | | | ibus: add engine list to module descriptionThomas Tuegel2016-02-26
| | | |
* | | | ibus: refresh cache at startupThomas Tuegel2016-02-26
| | | |
* | | | Merge branch 'ibus'Thomas Tuegel2016-02-26
|\ \ \ \
| * | | | ibus: rewrite NixOS moduleThomas Tuegel2016-02-26
| | | | |
* | | | | Merge pull request #13471 from Profpatsch/networkmanager-link-localArseniy Seroka2016-02-27
|\ \ \ \ \ | |/ / / / |/| | | | networkmanager: fix link-local ip addresses
| * | | | networkmanager: fix link-local ip addressesProfpatsch2016-02-26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | NetworkManager needs an additional avahi-user to use link-local IPv4 (and probably IPv6) addresses. avahi-autoipd also needs to be patched to the right path.
* | | | Merge pull request #13434 from spacefrogg/oath-modulezimbatm2016-02-26
|\ \ \ \ | | | | | | | | | | config.security.oath: new module
| * | | | config.security.oath: new moduleMichael Raitza2016-02-25
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a module to make options to pam_oath module configurable. These are: - enable - enable the OATH pam module - window - number of OTPs to check - digits - length of the OTP (adds support for two-factor auth) - usersFile - filename to store OATH credentials in
* | | | cups service: set path for cups-genppdupdateNikolay Amiantov2016-02-26
| | | |
* | | | Merge pull request #13396 from mayflower/pkg/gitlabzimbatm2016-02-26
|\ \ \ \ | | | | | | | | | | gitlab: 8.0.5 -> 8.5.1, service improvements
| * | | | gitlab: Add documentationFranz Pletz2016-02-26
| | | | | | | | | | | | | | | | | | | | Fixes #13303.
| * | | | fixup! gitlab: 8.0.5 -> 8.5.0, service improvementsFranz Pletz2016-02-26
| | | | | | | | | | | | | | | | | | | | Make the gitlab packages and components overrideable.