summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #21995 from abbradar/openclNikolay Amiantov2017-01-20
|\ | | | | Fix OpenCL support
| * opengl service: mention that you can add OpenCL driversNikolay Amiantov2017-01-20
| |
* | wordpress: 4.6.1 -> 4.7.1 for multiple CVEsGraham Christensen2017-01-19
| | | | | | | | CVE-2017-5487 CVE-2017-5488 CVE-2017-5489 CVE-2017-5490 CVE-2017-5491 CVE-2017-5492 CVE-2017-5493
* | nixos/kde5: enable system-config-printer dbus serviceBjørn Forsman2017-01-18
| | | | | | | | | | | | Without it, the following error is shown in the "Add Printer" window: Failed to group devices: 'The name org.fedoraproject.Config.Printing was not provided by any .service files'
* | install-devices: add vimRobin Gloster2017-01-18
| | | | | | | | | | | | This moves vim to the install-device profile to add vim to netboot, too. Fixes #20013 (see discussion there for further information)
* | firewall: Improve the comments (documentation) (#21862)Michael Weiss2017-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix the FW names FW_REFUSE was removed and nixos-fw-input was renamed to nixos-fw. * Update the comment (documentation) at the top Order the chains of the main table alphabetically (like in the rest of the file) and add nixos-fw-rpfilter (from the raw table) and nixos-drop (used while reloading the firewall). * Refactor the module (mainly comments) - Move some attributes to the top for better visibility (that should hopefully make it easier to read and understand this module without jumping around too much). - Add some missing examples and improve some descriptions. - Reorder the mkOption attributes for consistency. - Wrap lines at 72 characters. - Use two spaces between sentences.
* | EC2 AMIs: 16.09.666.3738950 -> 16.09.1508.3909827Eelco Dolstra2017-01-18
| | | | | | | | | | | | In particular, this includes a fix for using ephemeral disks for /tmp, and adds AMIs for the new eu-west-2 (London) and us-east-2 (Ohio) regions.
* | nano: add nix syntax hightlight, nano module: provide default (#21912)gnidorah2017-01-18
| | | | | | this is awesome! thanks.
* | Merge pull request #21961 from kierdavis/ckbJörg Thalheim2017-01-18
|\ \ | | | | | | ckb: add to module list
| * | ckb: add to module listKier Davis2017-01-17
| | | | | | | | | | | | Not the first time I've forgotten to do this.
* | | Remove extra "in" keyword from the release notes about overlays.Nicolas B. Pierron2017-01-17
| | | | | | | | | Thanks to @teh for reporting this issue on the pull request.
* | | Create AMIs for eu-west-2 (London)Eelco Dolstra2017-01-17
| | |
* | | ddclient: Don't include blank server= lines.Svein Ove Aas2017-01-16
| | |
* | | couchpotato module: initTristan Helmich2017-01-16
| | |
* | | Merge pull request #21864 from pjones/pjones/dovecotJörg Thalheim2017-01-16
|\ \ \ | | | | | | | | dovecot: Fix sieve scripts
| * | | dovecot: Fix sieve scriptsPeter Jones2017-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that the output of the sieve compiler produces files that have a newer time stamp than the source sieve script. Otherwise you get errors in the logs about Dovecot not being able to compile do to a permission issue.
* | | | Fix release-notes compilation.Nicolas B. Pierron2017-01-16
| | | |
* | | | Fix typo, lib.listOf --> types.listOfNicolas B. Pierron2017-01-16
| | | |
* | | | Fix typo in nixpkgs.nix module.Nicolas B. Pierron2017-01-16
| | | |
* | | | Update overlay documentation by following nits from aneeshusa.Nicolas B. Pierron2017-01-16
| | | |
* | | | Improve the realse notes with the upcoming documentation links, and a better ↵Nicolas B. Pierron2017-01-16
| | | | | | | | | | | | | | | | example of how to convert overridePackages usage.
* | | | Add missing line break in the release notes.Nicolas B. Pierron2017-01-16
| | | |
* | | | Add NixOS option 'nixpkgs.overlays' to set the argument of Nixpkgs.Nicolas B. Pierron2017-01-16
| | | |
* | | | Add overlays mechanism to Nixpkgs.Nicolas B. Pierron2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add a new argument to Nixpkgs default expression named "overlays". By default, the value of the argument is either taken from the environment variable `NIXPKGS_OVERLAYS`, or from the directory `~/.nixpkgs/overlays/`. If the environment variable does not name a valid directory then this mechanism would fallback on the home directory. If the home directory does not exists it will fallback on an empty list of overlays. The overlays directory should contain the list of extra Nixpkgs stages which would be used to extend the content of Nixpkgs, with additional set of packages. The overlays, i-e directory, files, symbolic links are used in alphabetical order. The simplest overlay which extends Nixpkgs with nothing looks like: ```nix self: super: { } ``` More refined overlays can use `super` as the basis for building new packages, and `self` as a way to query the final result of the fix-point. An example of overlay which extends Nixpkgs with a small set of packages can be found at: https://github.com/nbp/nixpkgs-mozilla/blob/nixpkgs-overlay/moz-overlay.nix To use this file, checkout the repository and add a symbolic link to the `moz-overlay.nix` file in `~/.nixpkgs/overlays` directory.
* | | | nixos/clamav: set "clamav" user's primary group to "clamav"Bjørn Forsman2017-01-15
| | | | | | | | | | | | | | | | | | | | So that the files created by the clamav service is owned by group "clamav" instead of "nogroup".
* | | | Merge pull request #21880 from mguentner/ipfs_empty_repoFranz Pletz2017-01-15
|\ \ \ \ | | | | | | | | | | services: ipfs: add emptyRepo option, refactor
| * | | | services: ipfs: add emptyRepo option, refactorMaximilian Güntner2017-01-14
| | | | |
* | | | | Merge pull request #21828 from abbradar/hwdb-verifyNikolay Amiantov2017-01-15
|\ \ \ \ \ | | | | | | | | | | | | udev service: verify that hwdb is generated without errors
| * | | | | udev service: verify that hwdb is generated without errorsNikolay Amiantov2017-01-12
| | |_|_|/ | |/| | |
* | | | | Merge pull request #21882 from abbradar/dhcp6Nikolay Amiantov2017-01-15
|\ \ \ \ \ | | | | | | | | | | | | DHCPv6 improvements
| * | | | | networking test: test IPv6 with RA and DHCPv6Nikolay Amiantov2017-01-15
| | | | | |
| * | | | | firewall service: allow DHCPv6 client trafficNikolay Amiantov2017-01-15
| | | | | |
| * | | | | dhcpd service: add DHCPv6 supportNikolay Amiantov2017-01-15
| |/ / / /
* | | | | kubernetes vm test: make dig and netcat availableMaarten Hoogendoorn2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | Dig could not be found in the test cases. Adding it as a global package fixes this.
* | | | | kube-controller-manager service: Allow restarts on failureMaarten Hoogendoorn2017-01-15
| | | | |
* | | | | Merge pull request #21050 from offlinehacker/nixos/programs/chromium/addJaka Hudoklin2017-01-15
|\ \ \ \ \ | | | | | | | | | | | | chromium module: add support for chromium policies as nixos module
| * | | | | chromium module: add support for chromium policies as nixos moduleJaka Hudoklin2016-12-10
| | | | | |
* | | | | | nixos/pulseaudio: make daemon.conf configurable (#20888)sternenseemann2017-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds pulseaudio.daemon.config, which is a set of keys to values which are directly translated to keys and values of pulseaudio's daemon.conf, e. g. hardware.pulseaudio.daemon.config = { flat-volumes = "no"; } becomes flat-volumes=no in pulse/daemon.conf.
* | | | | | nixos/prometheus: add configText option for alertmanagerBjørn Forsman2017-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason being less mental overhead when reading upstream documentation. Examples can be pasted right into the configuration instead of translating to Nix attrset first.
* | | | | | caddy: add package config optionSheena Artrip2017-01-13
| |_|_|/ / |/| | | |
* | | | | Merge pull request #21836 from kierdavis/ckbPascal Wittmann2017-01-13
|\ \ \ \ \ | | |_|_|/ | |/| | | ckb: init at 0.2.6
| * | | | ckb: init at 0.2.6Kier Davis2017-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ckb is a driver for Corsair keyboards/mice. It also contains a graphical tool for configuring their LED backlight settings. The driver is implemented as a userland daemon. A NixOS module is included that runs this as a systemd service.
* | | | | Merge pull request #21415 from Ericson2314/normalize-bootJohn Ericson2017-01-13
|\ \ \ \ \ | |_|_|_|/ |/| | | | Normalize bootstrapping
| * | | | top-level: Modernize stdenv.overrides giving it self and superJohn Ericson2017-01-13
| | |_|/ | |/| | | | | | | | | | Document breaking change in 17.03 release notes
* | | | nix: 1.11.5 -> 1.11.6Eelco Dolstra2017-01-13
| | | |
* | | | Merge pull request #21835 from volth/miredo-no-checkconfJörg Thalheim2017-01-13
|\ \ \ \ | | | | | | | | | | miredo: do not run miredo-checkconf
| * | | | miredo: do not run miredo-checkconfVolth2017-01-12
| | |/ / | |/| |
* / | | nixos: fix terminal-server, fixes #21834Domen Kožar2017-01-12
|/ / /
* | | Merge pull request #21814 from gpyh/zsh-autosuggestionsJörg Thalheim2017-01-11
|\ \ \ | | | | | | | | Fix zshrc ordering
| * | | Fix zshrc orderinggpyh2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | The content of programs.zsh.interactiveShellInit was inserted too soon in the generated zshrc This caused some settings related to autocompletion to be ignored