about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* gocd-agent / gocd-server: Reduce test memory requirements so Hydra buildsGraham Christensen2016-08-10
|
* gocd-agent: 16.7.0 startup fixes + test improvementsGraham Christensen2016-08-10
| | | | | | | - Agent now takes a full URL to the Go.CD server - Instruct the agent to attempt restart every 30s upon failure - Test's Accept header did not match the server's expectation - Replace the tests' complex Awk matches with calls to `jq`
* Revert "command-not-found: disable module until it's fixed again"Eelco Dolstra2016-08-10
| | | | This reverts commit 2a3c0ca3d5ab0fe9aaa312199b3cad5bc9a01934.
* bump gocd-agent version to 16.6.0-3590 (#17311)Shawn Warren2016-08-10
| | | | | Update gocd-agent package version to 16.6.0-3590 including new sha. Modify heapSize and maxMemory mkOption to accurately reflect their intended purpose of configuring initial java heap sizes.
* further fix manual evaluationobadz2016-08-10
| | | | | | cc @cransom @domenkozar See also 9ecc587 5ccfe7e
* fix manual evaluationDomen Kožar2016-08-10
|
* Merge pull request #17464 from cransom/cassandraFrederik Rietdijk2016-08-10
|\ | | | | Cassandra
| * cassandra service: initCasey Ransom2016-08-02
| | | | | | | | | | | | The module will configure a Cassandra server with common options being tweakable. Included is also a test which will spin up 3 nodes and verify that the cluster can be formed, broken, and repaired.
* | nixos: remove rsync from base install and add explicit path in nixos-installobadz2016-08-09
| | | | | | | | As per https://github.com/NixOS/nixpkgs/commit/60b3f95ad86826faf95680a3529ced1c322d4d87#commitcomment-18507812
* | nixos-install: more robust way of sourcing fresh version of selfobadz2016-08-09
| |
* | nginx module: fixup events in configRobin Gloster2016-08-09
| |
* | nixos/tests/installer.nix: add libxml2 & libxslt to prevent download attemptsobadz2016-08-09
| |
* | Merge branch 'nixpkgs-git-revision-fix'aszlig2016-08-09
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses #17218 in a better way in that it doesn't create a ".git-revision" file on every nixos-rebuild, because we already have ".git" available. Even if we don't nixos-rebuild can't create the "git-revision" file. Tested via: nix-build -E '(import ./nixos/tests/make-test.nix { name = "foo"; machine = {}; testScript = "startAll; $machine->execute(\"nixos-version >&2\");"; })' Closes: #17610 Acked-by: @bennofs
| * | nixos/version: Try to get Git revison from .gitaszlig2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's first try if we can determine the Git revision from the .git directory and if that fails, fall back to get the info from the ".git-revision" file... and after that use something generic like "master". This should address #17218 in better way, because we don't need to create another redundant file in the source checkout of nixpkgs. I'm not going to route of falling back to using .git, because after 55d881e, we already have ".git-revision" files in people's Git repositories, which in turn means that nixos-version will report that old file every time even if the working tree has updated. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @bennofs, Profpatsch Reported-by: @devhell Fixes: #17218
| * | Revert adding .git-revision unconditionallyaszlig2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1e534e234b0a92bf06361fa41b7ac8691fdbc769. We already should have a .git directory if it is managed via Git, otherwise there is no way to get the Git revision if neither .git-revision or .git is present. But having .git-revision _and_ .git present seems very much redundant to me. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @bennofs, @Profpatsch Issue: #17218
* | | nginx module: fix cfg.config backwards compatibilityRobin Gloster2016-08-09
|/ / | | | | | | fixes #17604
* | nixos/stage-1: use `readlink -e` in builderThomas Tuegel2016-08-08
| | | | | | | | | | | | | | | | | | | | The builder has this convoluted `while` loop which just replicates `readlink -e`. I'm sure there was a reason at one point, because the loop has been there since time immemorial. It kept getting copied around, I suspect because nobody bothered to understand what it actually did. Incidentally, this fixes #17513, but I have no idea why.
* | nixos/stage-1: fix antiquotationThomas Tuegel2016-08-08
| |
* | libinput.accelProfile: improve docs & new defaultProfpatsch2016-08-08
| | | | | | | | | | | | | | | | | | | | | | The link to some (of course non-existing, i.e. freedesktop) “libinput” documentation is replaced by a piece of the API documentation. The default is changed since the documentation suggests `adaptive` should be it. https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#gad63796972347f318b180e322e35cee79 Also fix a missing string conversion for `scrollButton`.
* | Merge pull request #17100 from abbradar/resume-delayWout Mertens2016-08-08
|\ \ | | | | | | nixos stage-1: wait for resume devices to appear
| * | nixos stage-1: wait for devices during resumption attemptNikolay Amiantov2016-08-08
| | | | | | | | | | | | | | | Also a microimprovement -- use `test -n` instead of `test -e` since we have already checked that the file exists.
| * | nixos stage-1: move resumption below helper functions' definitionsNikolay Amiantov2016-08-08
| | |
| * | nixos stage-1: factor device waiting into a functionNikolay Amiantov2016-08-08
| | |
* | | unity3d: use chromium-suid-sandboxNikolay Amiantov2016-08-08
| | |
* | | chromium-suid-sandbox module: fix descriptionNikolay Amiantov2016-08-08
| | |
* | | phpfpm service: restructured pool configurationAl Zohali2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | From @fpletz: Keep poolConfigs option for backwards-compatibility. The original commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e was previously reverted by c7860cae1a4b54f4b54339142472f00f861fa055 but the issues were resolved.
* | | NixOS manual: Add docs for Virtualbox guest (#17454)David Reaver2016-08-07
| | | | | | | | | Fixes #13311
* | | Merge pull request #17479 from elitak/factorioRok Garbas2016-08-07
|\ \ \ | | | | | | | | Factorio: 0.13.8 -> 0.13.13, mod support
| * | | factorio: rudimentary mod support for factorio's nixos moduleEric Litak2016-08-03
| | | |
* | | | Add Terraria server service (#16832)Paul Hendry2016-08-07
| | | |
* | | | syncthing service: add syncthing-inotify (#17320)jokogr2016-08-06
| | | |
* | | | chromium: add nixos module security.chromiumSuidSandboxobadz2016-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #17460 Changed the wrapper derivation to produce a second output containing the sandbox. Add a launch wrapper to try and locate the sandbox (either in /var/setuid-wrappers or in /nix/store). This launch wrapper also sheds libredirect.so from LD_PRELOAD as Chromium does not tolerate it. Does not trigger a Chromium rebuild. cc @cleverca22 @joachifm @jasom
* | | | nixos/x11: make nvidia driver work againGabriel Ebner2016-08-06
| | | | | | | | | | | | | | | | | | | | | | | | The nvidia driver module directly sets the services.xserver.drivers option, while still having nvidia/nvidiaBeta/... etc. in the videoDrivers option.
* | | | Merge pull request #17503 from peterhoeg/sshRobin Gloster2016-08-05
|\ \ \ \ | | | | | | | | | | ssh module: ignore exit code when socket activated
| * | | | ssh module: ignore exit code when socket activatedPeter Hoeg2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sshd will at times fail when exiting. When socket activated, this will leave a number of sshd@ service instances in the failed state, so we simply ignore the error code if we are running socket activated. Recommended by upstream: http://systemd-devel.freedesktop.narkive.com/d0eapMCG/socket-activated-sshd-service-showing-up-as-a-failure-when-the-client-connection-fails Fixes: #3279
* | | | | Merge pull request #17470 from layus/synaptics-conflictJoachim F2016-08-05
|\ \ \ \ \ | | | | | | | | | | | | Warn for conflict between synaptics and libinput
| * | | | | Warn for conflict between synaptics and libinputGuillaume Maudoux2016-08-03
| | | | | |
* | | | | | nixos/x11: output sections for modesetting driverGabriel Ebner2016-08-05
| | | | | | | | | | | | | | | | | | | | | | | | See #17487.
* | | | | | Merge pull request #17363 from MatrixAI/zsh-helpdirJoachim F2016-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | zsh: Added HELPDIR variable for interactive shells
| * | | | | | zsh: Added HELPDIR variable for interactive shells, as the help directory is ↵Roger Qiu2016-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | distribution specific, and will be useful for using `run-help`
* | | | | | | Merge pull request #17489 from mayflower/pkg/gitlab-8-10Franz Pletz2016-08-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gitlab: 8.5.12 -> 8.10.3, update module
| * | | | | | | gitlab module: update documentationFranz Pletz2016-08-04
| | | | | | | |
| * | | | | | | gitlab module: split up gitlab-runner scriptFranz Pletz2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name gitlab-runner clashes with a component of Gitlab CI with the same name and only confuses people. It's now called gitlab-bundle and a convenience-script gitlab-rake for easier invocation of rake tasks was added. This was the primary use case of gitlab-runner.
| * | | | | | | gitlab: 8.5.12 -> 8.10.3, update moduleFranz Pletz2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14795.
* | | | | | | | nixos/luksroot: Reference correct output of opensslTuomas Tynkkynen2016-08-04
| | | | | | | |
* | | | | | | | nixos-install: add options --closure, --no-channel-copy, --no-root-passwd, ↵obadz2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and --no-bootloader Closes #17236 nix-build -A tests.installer.simple '<nixos/release.nix>' succeeds ✓
* | | | | | | | Merge pull request #17218 from bennofs/fix-nixos-versionBenno Fünfstück2016-08-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix nixos-version --hash when building from git
| * | | | | | | | fix nixos-version --hash when building from gitBenno Fünfstück2016-07-23
| | | | | | | | |
* | | | | | | | | varnish: fix localstatedir for varnish* tools (#17508)Christian Kauhaus2016-08-04
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The varnish tools (varnishstat, varnishlog, ...) tried to load the VSM file from a spurious var directory in the Nix store. Fix the default so the tools "just work" when also keeping services.varnish.stateDir at the default. Notes: - The tools use $localstatedir/$HOSTNAME so I've adapted the default for stateDir as well to contain hostName. - Added postStop action to remove the localstatedir. There is no point in keeping it around when varnish does not run, as it regenerates it on startup anyway. Fixes #7495
* | | | | | | | Merge pull request #17418 from DamienCassou/offlineimap-module-reportingDamien Cassou2016-08-04
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | offlineimap's module: change UI to syslog