summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/syslog-ng: Replace option serviceName with listenToJournal. Fix socket ↵Rickard Nilsson2014-10-14
| | | | activation
* DohhRob Vermaas2014-10-14
| | | | (cherry picked from commit b7451d91e8ecb70651fd2de81b2ec0faa8173aec)
* amazon-image.nix: Pass --option build-users-group '' to nix tools to make ↵Rob Vermaas2014-10-14
| | | | | | Amazon generation work with nix-1.8+ (cherry picked from commit 654eaeb2ca709908b0e6fdcc8eabd3af6b3c0a5d)
* Merge pull request #4400 from matejc/seeksserviceMateusz Kowalczyk2014-10-13
|\ | | | | seeks: update and write nixos module
| * seeks: nixos moduleMatej Cotman2014-10-13
| |
* | Merge pull request #4387 from 1126/refactor-stumpwmMichael Raskin2014-10-13
|\ \ | |/ |/| stumpwm: update and refactoring
| * stumpwm: update and refactoring_11262014-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the stumpwm to version 0.9.8. Futhermore, it refactors the expression quite a lot: * stumpwm has been moved from lisp modules to window-managers. * stumpwm has been added to the window managers NixOS knows about, this enables the user to add stumpwm as a default window manager in his NixOS configuration like with Xmonad or i3. * the package has been split into stumpwm and stumpwmContrib. This is due to the fact that development of stumpwm and its extension modules has been split into two repositories. As of today, the release is the last one before this split. This split into two packages only reflect those upcoming upstream changes already. It is planned to make the addition of the extension modules voluntarily, like with Xmonads option "enableContribAndExtras". Furthermore it might be possible to add an option to compile stumpwm with clisp instead of sbcl.
* | Merge pull request #4392 from cstrahan/logstashJaka Hudoklin2014-10-12
|\ \ | | | | | | logstash service improvements
| * | logstash service improvementsCharles Strahan2014-10-05
| | | | | | | | | | | | | | | * add logstash-contrib plugins package * add additional options to the logstash service
* | | Merge pull request #3960 from flosse/prosody-serviceJoachim Schiele2014-10-11
|\ \ \ | | | | | | | | Prosody service
| * | | prosody: packaged as a serviceMarkus Kohlhase2014-10-11
| | |/ | |/| | | | | | | | | | Conflicts: nixos/modules/misc/ids.nix
* | | zfs: zpool-import service must be wanted to startWilliam A. Kennington III2014-10-11
| | |
* | | Create a udev rule for /dev/rootEelco Dolstra2014-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the installation CD, this ensures that systemd will see a proper udev node for /dev/root. Fixes #4399. Borrowed from http://lists.freedesktop.org/archives/systemd-devel/2014-July/020988.html
* | | Add a Hydra job to track the size of the initrdEelco Dolstra2014-10-09
| | |
* | | Add some more stuff to the small channelEelco Dolstra2014-10-09
| | | | | | | | | | | | (cherry picked from commit 8cf528174465c195dc9807075ef889d91994f018)
* | | Add an entire NixOS build to the channelEelco Dolstra2014-10-09
| | | | | | | | | | | | | | | | | | | | | | | | This causes some cruft to be uploaded (such as unit files) but it ensures that every package used by the base system ends up in the channel, not just environment.systemPackages. (cherry picked from commit 4dfca8e14a5d1c2e62bb5ad267163a7a32ef872f)
* | | Remove missing attributeEelco Dolstra2014-10-09
| | | | | | | | | | | | (cherry picked from commit f963f57b6230679c6194889a05fcb7741883af70)
* | | Add a jobset for a "nixos-small" channelEelco Dolstra2014-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | This channel only builds a small subset of Nixpkgs, mostly suitable for servers. Since the channel update doesn't require thousands of packages to be built first, it should provide much faster turnaround in case of security updates. (cherry picked from commit 2c7acc6731ad4b05b1bbc3e632cdfcad4560ac22)
* | | nixos/network-interfaces: Bond interface configuration must wait for the ↵William A. Kennington III2014-10-07
| | | | | | | | | | | | | | | | | | bond device service Also fixes some formatting and removal of slave devices.
* | | eval fixDomen Kožar2014-10-07
| | |
* | | Ditch efi installer testsShea Levy2014-10-07
| | | | | | | | | | | | They've been broken forever due to weirdness in qemu tests, and they don't add much over installer tests
* | | tests.bittorrent: use opentracker as bittorrent trackerDomen Kožar2014-10-07
| | |
* | | Merge pull request #4409 from iElectric/redmineDomen Kožar2014-10-07
|\ \ \ | | | | | | | | Add Redmine package and NixOS Service
| * | | nixos: add redmine serviceDomen Kožar2014-10-07
| | |/ | |/|
* | | Merge branch 'nixos-cronfiles' of git://github.com/rickynils/nixpkgsShea Levy2014-10-07
|\ \ \ | |/ / |/| | | | | nixos: Add option services.cron.cronFiles
| * | nixos: Add option services.cron.cronFilesRickard Nilsson2014-10-01
| |/ | | | | | | | | | | | | This allows you to configure extra files that should be appended to your crontab. Implemented by writing to /etc/crontab when the cron service starts. Would be nicer to use a cron that supports /etc/cron.d but that would require us to patch vixie-cron.
* | nixos/lighttpd: add services.lighttpd.enableModules optionBjørn Forsman2014-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | This option makes the coupling between lighttpd and its sub-services more "loose". While the option is a list, its purpose is to provide a "set" of needed modules to load for lighttpd to function correctly with its config. The NixOS lighttpd module ensures that lighttpd modules are loaded no more than once (because lighttpd dislikes that), and in the correct order. Also add an assertion that all modules listed in .enableModules are valid.
* | FONTCONFIG_FILE: remove setters to /etc/fonts/fonts.confVladimír Čunát2014-10-05
| | | | | | | | | | | | | | | | | | | | Any reasonably new version of fontconfig does search that path by default, and setting this globally causes problems, as 2.10 and 2.11 need incompatible configs. Tested: slim+xfce desktop, chrootenv-ed steam. I have no idea why we were setting the global variable; e.g., neither Fedora nor Ubuntu does that.
* | network-interfaces: Bonding fixesWilliam A. Kennington III2014-10-04
| |
* | network-interface: Add extra bond optionsWilliam A. Kennington III2014-10-04
| |
* | Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra2014-10-05
| | | | | | | | | | For NixOS evaluation, this gives a ~21% reduction in the number of values allocated and a ~4% speedup. It's also more readable.
* | pulseaudio: Add support for 32bit alsa apps on 64bit systems.Nathaniel Baxter2014-10-04
| |
* | alsa: Add multilib plugin support via "libs" entry in asound config.Nathaniel Baxter2014-10-04
| | | | | | | | alsa: Remove unused $ALSA_PLUGIN_DIRS support.
* | Merge pull request #4294 from daogames/tb/psql-port-fixAustin Seipp2014-10-01
|\ \ | |/ |/| postgresql: use configured port when invoking psql
| * postgresql: use configured port when invoking psqlTino Breddin2014-09-27
| |
* | More pkgs.lib -> lib fixesShea Levy2014-09-29
| |
* | tests/kde4.nix: Don't build kdeeduEelco Dolstra2014-09-29
| | | | | | | | | | | | | | | | This prevents a dependency on liblapack (which randomly fails) and TeXlive (which is huge). http://hydra.nixos.org/build/14897240 (cherry picked from commit b9bde98161d09496421efbaafe5219cc84d05f5b)
* | nixos: munin/jenkins: specify timeout correctlyDomen Kožar2014-09-28
| |
* | nixos: increase timeout for jenkins/munin systemd servicesDomen Kožar2014-09-27
| |
* | merge #4265: add KDE 4.14.1Vladimír Čunát2014-09-27
|\ \ | |/ |/|
| * kde: Allow kde_next as a desktop environmentambrop7@gmail.com2014-09-24
| | | | | | | | | | This is the same as https://github.com/wmertens/nixpkgs/commit/93fda9e353bb9408ea80339f36fa513742d65ddf
* | Merge pull request #4280 from wkennington/master.consulJaka Hudoklin2014-09-27
|\ \ | | | | | | nixos/consul: Add module
| * | nixos/consul: Add moduleWilliam A. Kennington III2014-09-26
| | |
* | | mailpile: add moduleMatej Cotman2014-09-26
| | |
* | | nixos/ids: Add consulWilliam A. Kennington III2014-09-26
| | |
* | | iproute: Fix regressions introduced in 3.16.0William A. Kennington III2014-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | 3.16.0 introduced a regression where vlan and veth devices could not be created due to a check in the code for existing devices. This applies the upstream patch which fixes the issue. Additionally, this corrects the nixos network-interfaces task which now needs to specify the name parameter when adding links.
* | | Add all default NixOS packages to the channelEelco Dolstra2014-09-25
| | | | | | | | | | | | | | | | | | The job ‘dummy’ depends on the default contents of ‘environment.systemPackages’, thus ensuring that those packages all end up in the channel.
* | | Installer test: Use the minimal ISOEelco Dolstra2014-09-25
| | | | | | | | | | | | So we don't depend on KDE etc. (which we don't even test here).
* | | test-driver: Use netpbm instead of imagemagickEelco Dolstra2014-09-25
| |/ |/| | | | | Imagemagick pulls in 100s of megabytes of dependencies.
* | nixos: mark services.samba.defaultShare as obsoleteBjørn Forsman2014-09-24
| | | | | | | | | | It was removed in 753d9d4e4fb3d773c93ba005007c6578edd4bf7e ("nixos/samba: remove services.samba.defaultShare option").