about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #58432 from aanderse/mailcatcherMaximilian Bosch2019-03-27
|\ | | | | nixos/mailcatcher: init module for existing package
| * nixos/mailcatcher: add nixos testAaron Andersen2019-03-27
| |
| * nixos/mailcatcher: init module for existing packageAaron Andersen2019-03-27
| |
* | nixos.cron: fix docstring sentenceBenjamin Hipple2019-03-26
| |
* | Merge pull request #57836 from reanimus/duo-secure-failSilvan Mosberger2019-03-27
|\ \ | |/ |/| nixos/security: make duo support secure failure correctly
| * nixos/security: make duo support secure failure correctlyAlex Guzman2019-03-17
| | | | | | seems that this got broken when the config option was made to use enums. "secure" got replaced with "enum", which isn't a valid option for the failure mode.
* | Merge pull request #57928 from averelld/plex-updateDaiderd Jordan2019-03-26
|\ \ | | | | | | plex: 1.14.1.5488 -> 1.15.1.791
| * | plex: 1.14.1.5488 -> 1.15.2.793Averell Dalton2019-03-22
| | |
* | | Merge pull request #57578 from bgamari/gitlab-extra-initializersFlorian Klink2019-03-26
|\ \ \ | | | | | | | | nixos/gitlab: Allow configuration of extra initializers
| * | | nixos/gitlab: Allow configuration of extra initializersBen Gamari2019-03-25
| | | | | | | | | | | | | | | | | | | | This adds a configuration option allowing the addition of additional initializers in config/extra-gitlab.rb.
* | | | nixos: Don't enable Docker by defaultaszlig2019-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by c94005358c185d8262814a5b59b2b4185183bd95. The commit introduced declarative docker containers and subsequently enables docker whenever any declarative docker containers are defined. This is done via an option with type "attrsOf somesubmodule" and a check on whether the attribute set is empty. Unfortunately, the check was whether a *list* is empty rather than wether an attribute set is empty, so "mkIf (cfg != [])" *always* evaluates to true and thus subsequently enables docker by default: $ nix-instantiate --eval nixos --arg configuration {} \ -A config.virtualisation.docker.enable true Fixing this is simply done by changing the check to "mkIf (cfg != {})". Tested this by running the "docker-containers" NixOS test and it still passes. Signed-off-by: aszlig <aszlig@nix.build> Cc: @benley, @danbst, @Infinisil, @nlewo
* | | | Merge pull request #57925 from rnhmjoj/ifnames-fixMatthew Bauer2019-03-25
|\ \ \ \ | | | | | | | | | | nixos/tests/predictable-interfaces: fix failure on aarch64
| * | | | nixos/tests/predictable-interfaces: fix failure on aarch64rnhmjoj2019-03-19
| | | | |
* | | | | Merge pull request #57617 from aaronjanse/patch-20190313aMatthew Bauer2019-03-25
|\ \ \ \ \ | | | | | | | | | | | | nixos/manual: clarify declarative packages section
| * | | | | nixos/manual: reword note in declarative packages sectionAaron Janse2019-03-14
| | | | | |
| * | | | | nixos/manual: clarify declarative packages sectionAaron Janse2019-03-13
| | | | | |
* | | | | | Merge pull request #57139 from delroth/firewall-dedupMatthew Bauer2019-03-25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | nixos/firewall: canonicalize ports lists
| * | | | | nixos/firewall: canonicalize firewall ports listsPierre Bourdon2019-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #56086.
| * | | | | nixos/firewall: use types.port where appropriatePierre Bourdon2019-03-09
| | | | | |
* | | | | | nixos/virtualbox-image: set the root fsType to reenable root FS resizingSamuel Dionne-Riel2019-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This otherwise does not eval `:tested` any more, which means no nixos channel updates. Regression comes from 0eb6d0735f599fa84e99b727c93681bcae96c845 (#57751) which added an assertion stopping the use of `autoResize` when the filesystem cannot be resized automatically.
* | | | | | Merge branch 'master' into postgresql-socket-in-runDanylo Hlynskyi2019-03-25
|\ \ \ \ \ \
| * | | | | | NixOS: Run Docker containers as declarative systemd services (#55179)Benjamin Staffin2019-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: Run Docker containers as declarative systemd services * PR feedback round 1 * docker-containers: add environment, ports, user, workdir options * docker-containers: log-driver, string->str, line wrapping * ExecStart instead of script wrapper, %n for container name * PR feedback: better description and example formatting * Fix docbook formatting (oops) * Use a list of strings for ports, expand documentation * docker-continers: add a simple nixos test * waitUntilSucceeds to avoid potential weird async issues * Don't enable docker daemon unless we actually need it * PR feedback: leave ExecReload undefined
| * | | | | | Merge pull request #57527 from Chiiruno/dev/megucaDmitry Kalinkin2019-03-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Init: statik, Update: easyjson, quicktemplate, meguca, hydron
| | * | | | | | nixos/meguca: Add videoPaths, set postgresql version to 11Okina Matara2019-03-23
| | | |_|_|/ / | | |/| | | |
| * | | | | | home-assistant: 0.89.2 -> 0.90.1 (#58017)Robert Schütz2019-03-24
| | | | | | | | | | | | | | | | | | | | | https://www.home-assistant.io/blog/2019/03/20/release-90/
| * | | | | | Merge pull request #57897 from rnhmjoj/fix-ipv6Andreas Rammhold2019-03-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/containers: create veths if only IPv6 is configured
| | * | | | | | nixos/release: make ipv6 tests as important as legacy IP testsAndreas Rammhold2019-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPv6 container support broke a while ago and we didn't notice it. Making them part of the (small) release test set should fix that. At this point in time they should be granted the same amount of importance as the legacy IP tests.
| | * | | | | | nixos/containers: create veths if only IPv6 is configuredrnhmjoj2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the failing nixos.tests.containers-ipv6 test. Thanks to andir.
| * | | | | | | nixos/pantheon: add meta.maintainersworldofpeace2019-03-24
| | | | | | | |
| * | | | | | | nixos/pantheon/files: add meta.maintainersworldofpeace2019-03-24
| | | | | | | |
| * | | | | | | nixos/pantheon/contractor: add meta.maintainersworldofpeace2019-03-24
| | | | | | | |
| * | | | | | | nixos/gsignond: add meta.maintainersworldofpeace2019-03-24
| | | | | | | |
| * | | | | | | Merge pull request #57988 from lopsided98/buildbot-updateDmitry Kalinkin2019-03-23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | buildbot: 1.8.1 -> 2.1.0
| | * | | | | | | buildbot: 1.8.1 -> 2.1.0Ben Wolsieffer2019-03-22
| | | | | | | | |
| * | | | | | | | Merge pull request #57434 from ck3d/user-dwmmarkuskowa2019-03-23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos dwm: start user installed dwm if available
| | * | | | | | | | nixos dwm: start user installed dwm if availableChristian Kögler2019-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dwm has no configuration file. The user has to install his own version.
| * | | | | | | | | nixos/docker-registry: Allow use of non-filesystem storageBen Gamari2019-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this module precluded use of storage backends other than `filesystem`. It is now possible to configure another storage backend manually by setting `services.dockerRegistry.storagePath` to `null` and configuring the other backend via `extraConfig`.
| * | | | | | | | | Merge pull request #57133 from markuskowa/upd-slurmJoachim F2019-03-23
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | slurm: 18.08.5.2 -> 18.08.6.2
| | * | | | | | | | nixos/tests: make slurm test more reliableMarkus Kowalewski2019-03-09
| | | | | | | | | |
| * | | | | | | | | Merge pull request #58031 from dotlambda/elasticsearch-curator-applicationSarah Brofeldt2019-03-22
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | elasticsearch-curator: add top-level package using older click
| | * | | | | | | | | elasticsearch-curator: add top-level package using older clickRobert Schütz2019-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/58023 for a discussion of why this is necessary. The upstream issue can be found at https://github.com/elastic/curator/pull/1280.
| * | | | | | | | | | Merge pull request #57826 from gebner/anboxGabriel Ebner2019-03-22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | anbox: init at 2019-03-07
| | * | | | | | | | | | nixos/anbox: init moduleEdward Tjörnhammar2019-03-18
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Luke Adams <luke.adams@belljar.io> Co-authored-by: Volth <volth@webmaster.ms> Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com> Co-authored-by: Edward Tjörnhammar <ed@cflags.cc> Co-authored-by: Gabriel Ebner <gebner@gebner.org>
| * | | | | | | | | | Merge pull request #57596 from artemist/nginx-returnDmitry Kalinkin2019-03-22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/nginx: add return option to location
| | * | | | | | | | | | nixos/nginx: add return option to locationArtemis Tosini2019-03-13
| | | | | | | | | | | |
| * | | | | | | | | | | nixos manual Makefile: improve purityVladimír Čunát2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And be quiet when building/downloading the required tools.
| * | | | | | | | | | | nixos docs: run the formatting tool (no content change)Vladimír Čunát2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As documented in the docs themselves :-)
| * | | | | | | | | | | Merge pull request #58024 from nlewo/openstack-fstypelewo2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | openstackImage: set the / fsType to reenable root FS resizing
| | * | | | | | | | | | | openstackImage: set the / fsType to reenable root FS resizingAntoine Eiche2019-03-21
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 34234dcb511066dd1e4fe75d80ee89519a8c8001, the reisizefs tool is embeded only if the `fsType` starts with `ext`. The default `fsType` value is `auto`.
| * | | | | | | | | | | Merge pull request #57751 from talyz/masterlewo2019-03-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | filesystems: Add autoResize assertion