summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* hardware.enableRedistributableFirmware: fix spelling errorJörg Thalheim2017-05-09
|
* Add salt master module (#25632)Aneesh Agrawal2017-05-09
| | | | | | * salt: 2016.11.2 -> 2016.11.4 * salt: Add master NixOS module
* Merge pull request #25636 from Mic92/firmwareJörg Thalheim2017-05-09
|\ | | | | hardware: add enableRedistributalFirmware
| * hardware: add enableRedistributalFirmwareJörg Thalheim2017-05-09
| | | | | | | | | | | | | | | | Due the recent inclusion of broadcom-bt-firmware in enableAllFirmware, it was required to set `nixpkgs.config.allowUnfree` to obtain the full list. To make this dependency more explicit an assertion is added and an alternative option `enableRedistributalFirmware` is provided to only obtain firmware with an license allowing redistribution.
* | Merge pull request #25397 from clefru/qemu-OVMF-on-channelsPeter Hoeg2017-05-09
|\ \ | | | | | | Introduce virtualisation.libvirtd.qemuOvmf.
| * | Introduce virtualisation.libvirtd.qemuOvmf.Clemens Fruhwirth2017-05-01
| | |
* | | environment.profileRelativeEnvVars: remove sbin from exampleJörg Thalheim2017-05-09
| | | | | | | | | | | | follow up of https://github.com/NixOS/nixpkgs/pull/25550
* | | Merge pull request #25550 from Mic92/sbinJörg Thalheim2017-05-09
|\ \ \ | |_|/ |/| | environment: remove sbin from PATH
| * | environment: remove sbin from PATHJörg Thalheim2017-05-06
| | | | | | | | | | | | | | | | | | sbin is a symlink to bin. /run/current-system/sw/sbin and related profiles only contains packages, which have this symlink. It is a subset of bin.
* | | broadcom-bt-firmware: revert to unfreeJörg Thalheim2017-05-08
| | | | | | | | | | | | | | | | | | | | | license was misinterpreted, it is now only conditionally in the all firmware list included, if `allowUnfree` is set. fixes #25567
* | | mattermost service: PrivateTmp broken with local postgresqlFranz Pletz2017-05-08
| | |
* | | Merge pull request #25562 from montag451/gnome-disks-dbusJoachim F2017-05-07
|\ \ \ | | | | | | | | gnome-disks: add D-Bus service
| * | | gnome-disks: add D-Bus servicemontag4512017-05-06
| | | |
* | | | Merge pull request #25365 from armijnhemel/mediawikiGraham Christensen2017-05-07
|\ \ \ \ | | | | | | | | | | mediawiki: 1.27.1 -> 1.27.3
| * | | | mediawiki: 1.27.1 -> 1.27.3Armijn Hemel2017-04-30
| | | | |
* | | | | zfs: zed service is now called zfs-zedJörg Thalheim2017-05-07
| | | | | | | | | | | | | | | | | | | | fixes #25566
* | | | | nixos: revert changes from 3ab45f4b369c in taskserver modulePeter Simons2017-05-06
| |/ / / |/| | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/commit/3ab45f4b369c9c741b55ddedeaac4c797dc61c04#commitcomment-22029298. Fixes https://github.com/NixOS/nixpkgs/issues/25529 (I hope).
* | | | Merge pull request #25495 from michalpalka/xen-forward-dnsJoachim F2017-05-06
|\ \ \ \ | | | | | | | | | | xen service: Forward DNS queries from Xen guests
| * | | | xen service: Forward DNS queries from Xen guestsMichał Pałka2017-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide the option forwardDns in virtualisation.xen.bridge, which enables forwarding of DNS queries to the default resolver, allowing outside internet access for the xen guests.
* | | | | Merge pull request #25494 from michalpalka/xendomainsJoachim F2017-05-06
|\ \ \ \ \ | | | | | | | | | | | | xen service: Add the possibility to override configuration of xendomains
| * | | | | xen service: Add the possibility to override configuration of xendomainsMichał Pałka2017-05-04
| |/ / / / | | | | | | | | | | | | | | | | | | | | Add the option virtualisation.xen.domain.extraConfig, which allows overriding options passed to xendomains.
* | | | | Merge pull request #25281 from michalpalka/masterJoachim F2017-05-06
|\ \ \ \ \ | |_|_|/ / |/| | | | xen service: fix xen-bridge not setting the configured netmask
| * | | | xen service: fix xen-bridge not setting the configured netmaskMichał Pałka2017-04-28
| | |_|/ | |/| | | | | | | | | | | | | | | | | | The xen-bridge service accepts the option prefixLength, but does not use it to set the actual netmask on the bridge. This commit makes it set the correct netmask.
* | | | environment: remove lib/kde4/libexec from PATHJörg Thalheim2017-05-05
| | | | | | | | | | | | | | | | kde4 is gone and does need to be in $PATH anymore by default
* | | | Merge pull request #25451 from volth/xrdp-dont-restartJoachim F2017-05-05
|\ \ \ \ | | | | | | | | | | xrdp: do not restart xrdp-sesman on nixos-rebuild
| * | | | xrdp: environment.pathsToLink from xserver.nixVolth2017-05-02
| | | | |
| * | | | xrdp: do not restart xrdp-sesman on nixos-rebuildVolth2017-05-02
| | | | |
* | | | | Merge pull request #25478 from zraexy/zraexy-broadcom-bt-firmwareJörg Thalheim2017-05-04
|\ \ \ \ \ | | | | | | | | | | | | broadcom-bt-firmware: init at 12.0.1.1011
| * | | | | broadcom-bt-firmware: init at 12.0.1.1011zraexy2017-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | broadcom-bt-firmware: init at 12.0.1.1011
* | | | | | nixos datadog module: add processConfig optionDomen Kožar2017-05-04
| | | | | |
* | | | | | dd-agent: Add default config files of dd-agent and auto_conf dirRob Vermaas2017-05-04
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to /etc/dd-agent/conf.d by default, and make sure /etc/dd-agent/conf.d is used. Before NixOS 17.03, we were using dd-agent 5.5.X which used configuration from /etc/dd-agent/conf.d In NixOS 17.03 the default conf.d location is first used relative, meaning that $out/agent/conf.d was used without NixOS overrides. This change implements similar functionality as PR #25288, without breaking backwards compatibility. (cherry picked from commit 77c85b0ecbc1070d7adff31b339bede92e4193fa)
* | | | | Merge pull request #24131 from nand0p/buildbot-0.9.5Frederik Rietdijk2017-05-03
|\ \ \ \ \ | | | | | | | | | | | | buildbot: 0.9.4 -> 0.9.5
| * | | | | buildbot: 0.9.4 -> 0.9.5Fernando J Pando2017-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adds distro dependency - buildbot nodaemon in service module - fakerepo for module tests - service module parameter fixup - tested on nixos - tested on darwin
* | | | | | shibboleth-sp module: Set Config File Path for FastCGI Unitsjammerful2017-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this environment variable both shibauthorizer and shibresponder default to ${pkgs.shibboleth-sp}etc/shibboleth/shibboleth2.xml
* | | | | | Merge pull request #15353 (improve xrandrHeads)aszlig2017-05-02
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you have a setup consisting of multiple monitors, the default is that the first monitor detected by xrandr is set to the primary monitor. However this may not be the monitor you need to be set as primary. In fact this monitor set to primary may in fact be disconnected. This has happened for the original submitter of the pull request and it affected these programs: * XMonad: Gets confused with Super + {w,e,r} * SDDM: Puts the login screen on the wrong monitor, and does not currently duplicate the login screen on all monitors * XMobar: Puts the XMobar on the wrong monitor, as it only puts the taskbar on the primary monitor These changes should fix that not only by setting a primary monitor in xrandrHeads but also make it possible to make a different monitor the primary one. The changes are also backwards-compatible.
| * | | | | nixos/xserver: Document xrandrHeads.applyaszlig2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was asked by @CMCDragonkai to elaborate on that, so let's just do this by actually providing a code comment. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | nixos/xserver: Fix up/refactor xrandrHeads optionaszlig2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using invalid module options in the submodule isn't very nice, because it doesn't give very useful errors in case of type mismatch, also we don't get descriptions of these options as they're effecively nonexistent to the module system. Another downside of this is that merging of these options isn't done correctly as well (eg. for types.lines). So we now have proper submodules for each xrandrHead and we also use corcedTo in the type of xrandrHeads so that we can populate the submodule's "output" option in case a plain string is defined for a list item. Instead of silently skipping multiple primary heads, we now have an assertion, which displays a message and aborts configuration evaluation appropriately. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | nixos/xserver: Changed xrandrHeads to support corresponding monitor section ↵Roger Qiu2017-04-21
| |/ / / / | | | | | | | | | | | | | | | configuration in Xorg
* | / / / Add Shibboleth Service Provider Modulejammerful2017-05-02
| |/ / / |/| | |
* | | | Merge pull request #25323 from Ma27/zsh/support-pattern-highlightersJörg Thalheim2017-05-01
|\ \ \ \ | | | | | | | | | | programs.zsh.syntax-highlighting: support custom highlighting patterns
| * | | | programs.zsh.syntax-highlighting: support custom highlighting patternsMaximilian Bosch2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/pattern.md for further reference.
* | | | | Merge pull request #22236 from Baughn/mediawikigoibhniu2017-05-01
|\ \ \ \ \ | | | | | | | | | | | | apache-httpd: Add 'extensions' config option for mediawiki
| * | | | | apache-httpd: Add 'extensions' config optionSvein Ove Aas2017-01-28
| | | | | |
* | | | | | tarsnap service: add 'verbose' config option (#25353)Renzo Carbonara2017-05-01
| | | | | |
* | | | | | Merge pull request #25391 from Mic92/nixos-prepare-rootDaniel Peebles2017-05-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos-prepare-root: force symlink at /run
| * | | | | | nixos-prepare-root: force symlink at /runJörg Thalheim2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise a reinstall will fail.
* | | | | | | Merge pull request #25168 from tadfisher/ups-fixMichael Raskin2017-05-01
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | ups: fix config generation
| * | | | | | ups: fix config generationTad Fisher2017-04-23
| | | | | | |
* | | | | | | Merge pull request #25116 from rvl/gogsMichael Raskin2017-05-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Gogs service password handling improvements
| * | | | | | | gogs: improve cookieSecure documentationJörg Thalheim2017-05-01
| | | | | | | |