summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge master into stagingFrederik Rietdijk2018-04-04
|\
| * nixos/tests/openldap: Fix nameTuomas Tynkkynen2018-04-04
| |
| * Merge pull request #38431 from volth/patch-122Jörg Thalheim2018-04-04
| |\ | | | | | | network-interfaces.nix: dead code removal
| | * network-interfaces.nix: dead code removalvolth2018-04-04
| | | | | | | | | `wlanDeviceUdevScript` is not used below in the text
| * | nixos/dhcp: fix permissions of statedirJoachim Schiele2018-04-04
| | | | | | | | | nixos/dhcp: fix permissions of statedir
| * | Merge pull request #37288 from cleverca22/improve-make-tarballGraham Christensen2018-04-04
| |\ \ | | |/ | |/| make-system-tarball: allow alternate compression methods
| | * make-system-tarball: allow alternate compression methodsMichael Bishop2018-04-03
| | |
| * | mkdir -> install -dEelco Dolstra2018-04-04
| | | | | | | | | | | | Fixes #38421.
| * | Merge pull request #38407 from nyanloutre/masterJörg Thalheim2018-04-04
| |\ \ | | | | | | | | transmission: settings doc location changed
| | * | transmission: settings doc location changednyanloutre2018-04-03
| | | |
| * | | 18.03 release notes: final editsVladimír Čunát2018-04-04
| |/ /
* | | Machine.pm: tweak to look for graphical target in waitForXWill Dietz2018-04-03
| | | | | | | | | | | | | | | | | | Current message may not be printed (nothing in systemd contains that string, it comes from elsewhere)
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-04-03
|\| | | | | | | | | | | | | | Conflicts: pkgs/top-level/all-packages.nix
| * | nixos/sd-image-*: Raspberry Pi firmware no longer falls under unfreeTuomas Tynkkynen2018-04-02
| | | | | | | | | | | | It's just unfreeRedistributableFirmware now.
| * | nodePackages.parsoid: pin service-runner to 2.3.0Nikolay Amiantov2018-04-02
| | | | | | | | | | | | | | | | | | service-runner had a backwards incompatible update, and parsoid 0.9.0 doesn't work with current stable MediaWiki. Instead use as a source a repository with 0.8.0 and pinned service-runner version.
| * | nixos/release.nix: Add Hydra job for AArch64 SD imageTuomas Tynkkynen2018-04-02
| | | | | | | | | | | | Based on how ISO images are added to the release.
| * | nixos/sd-image: Make it more similar to iso-image.nixTuomas Tynkkynen2018-04-02
| | | | | | | | | | | | | | | | | | | | | - Add `imageName` and `imageBaseName` options similar to the `isoName` and `isoBaseName` options - Make the filename of the iso match what iso-image.nix does - Generate a nix-support/hydra-build-products like iso-image.nix does
| * | nixos.tests.containers-imperative: fix impurity failureVladimír Čunát2018-04-02
| | | | | | | | | | | | | | | I can't claim to fully understand this, but the change seems safe, and it fixes the test on my machine.
| * | nixos/maintainers/option-usages.nix: Improve spelling and grammarAndré-Patrick Bubel2018-04-02
| | |
| * | nixos/unbound: don't fail on root trust anchor updatesFranz Pletz2018-04-01
| | | | | | | | | | | | Exit code on updates is 1 which makes the inital start of unbound fail.
| * | nixos/containers-physical_interfaces: use new bond option interfaceJörg Thalheim2018-03-31
| | |
| * | user/group assertion to not exceed the 32 character limitJoachim Schiele2018-03-30
| | |
| * | nixos/gogs: allow git operations over sshLéo Gaspard2018-03-30
| | | | | | | | | | | | | | | | | | Without `ROOT_PATH` set, `gogs serv` tries to open logs in writing in its store directory. This blocks cloning or pushing over ssh, and results in a gogs internal error.
* | | nixos testing: significantly reduce deps needed for OCR testsWill Dietz2018-03-31
| | | | | | | | | | | | | | | | | | Instead of imagemagick built with many libraries (notably librsvg which these days requires rust) use imagemagick_light with support for libtiff added.
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-03-30
|\| |
| * | Merge pull request #37921 from gnidorah/gitwebWout Mertens2018-03-30
| |\ \ | | | | | | | | nixos/nginx: add gitweb sub-service
| | * | git: add more deps to gitwebgnidorah2018-03-29
| | | |
| | * | gitweb: use common optionsgnidorah2018-03-29
| | | |
| | * | nixos/nginx: add gitweb sub-servicegnidorah2018-03-29
| | | |
| * | | gitlab: disableRobin Gloster2018-03-29
| | | | | | | | | | | | | | | | The last rubygems update broke this
| * | | Merge pull request #37955 from mayflower/fix/nixops-pre-1.6-evalFranz Pletz2018-03-29
| |\ \ \ | | | | | | | | | | nixos/version: fix nixops pre 1.6 compatibility
| | * | | nixos/version: fix nixops pre 1.6 compatibilityFranz Pletz2018-03-28
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should be able to deploy a NixOS 18.03 system with the current nixops stable release. Some options were renamed, so instead of `mkRenamedOptionModule` we introduce them as read-only interal options that won't be rendered in the manual. Only the options that are needed to make nixops evaluations succeed were added. This commit should probably be reverted after or before the 18.09 release, depending on the nixops 1.6 release. The user will not get the warning that these have been renamed but this change is mentioned in the release notes. Fixes #34253.
| * | | nixos/monit: restart if config changesRyan Mulligan2018-03-28
| | | |
| * | | zerotier module: add option to join networks and open portobadz2018-03-28
| | | |
| * | | Merge pull request #38000 from ryantm/auto-update/dovecotFranz Pletz2018-03-28
| |\ \ \ | | | | | | | | | | dovecot: 2.3.0.1 -> 2.3.1
| | * | | nixos/dovecot: set group in configFranz Pletz2018-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dovecot bump to 2.3.1 caused the dovecot service to fail to start because it would try to chgrp sockets to dovecot whereas our default dovecot group is called dovecot2.
| * | | | Revert restrictive validation behavior for DM/WM defaults in the X moduleMaximilian Bosch2018-03-28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original idea behind this change (described in ticket #11064) was to improve the assertions to avoid that users of the X server accidentally forget to configure a DM or WM. However this caused several issues with setups that require X, but no DM or WM. The keymap testcases became instable as well as now disabling DMs needs to be done explicitly. (see https://github.com/NixOS/nixpkgs/pull/31268#issuecomment-347080036) In the end the idea behind the change and #11064 was obviously a mistake, so reverting it completely for now should be fine.
* | | | Merge remote-tracking branch 'origin/master' into stagingShea Levy2018-03-28
|\| | |
| * | | Merge pull request #37507 from xeji/p/test-atdFranz Pletz2018-03-28
| |\ \ \ | | | | | | | | | | nixos/tests/atd : remove non-deterministic test of batch command
| | * | | nixos/tests/atd : remove test of batch commandxeji2018-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | "batch" executes jobs based on system load. test was not deterministic.
| * | | | apache-httpd: fix typo in config servedFilesJustin Humm2018-03-28
| | |/ / | |/| |
| * | | Merge pull request #37897 from mkaito/tarsnap-symlinks-and-restoreYegor Timoshenko2018-03-27
| |\ \ \ | | | | | | | | | | Tarsnap: add symlink options and a restore service
| | * | | Address @yegortimoshenko reviewMichishige Kaito2018-03-27
| | | | |
| | * | | Add restore service for tarsnap archivesMichishige Kaito2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This service will never run automatically, but it encapsulates the necessary logic and configuration to run a restore of the latest archive, and allows to hook more specific logic, such as loading a database dump, via `postStart`.
| | * | | Add support for tarsnap options -H and -LMichishige Kaito2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new option `explicitSymlinks` will set `-H` when creating an archive. This option makes tarsnap follow any symlinks specified explicitly on the commandline, but not any found inside the file tree. A new option `followSymlinks` will set `-L` when creating an archive. This option makes tarsnap follow any symlinks found anywhere in the file tree instead of storing them as-is.
| * | | | Merge branch 'riscv-limitations'Shea Levy2018-03-27
| |\ \ \ \
| | * | | | kexectools: Disable only on RISC-V if Linux.Shea Levy2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The isKexecable flag treated Linux without kexec as just a normal variant, when it really should be treated as a special case incurring complexity debt to support.
| * | | | | linuxPackages.nvidia_x11_legacy173: dropNikolay Amiantov2018-03-27
| |/ / / / | | | | | | | | | | | | | | | There's no kernel in nixpkgs suitable for this old driver -- tested with 4.4.
| * / / / nixos/systemd: add option for cgroup accountingdavidak2018-03-27
| |/ / /
| * | | Merge pull request #37827 from oxij/pull/28938-tor-control-portJoachim F2018-03-26
| |\ \ \ | | | | | | | | | | nixos/tor: expose control socket