summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #86321 from basvandijk/fix-elk-testBas van Dijk2020-04-29
|\ | | | | nixos/tests/elk.nix: fix issue in the elasticsearch-curator
| * nixos/tests/elk.nix: fix issue in the elasticsearch-curatorBas van Dijk2020-04-29
| | | | | | | | | | | | | | | | The elasticsearch-curator was not deleting indices because the indices had ILM policies associated with them. This is now fixed by configuring the elasticsearch-curator with `allow_ilm_indices: true`. Also see: https://github.com/elastic/curator/issues/1490
* | Merge pull request #86249 from adisbladis/podman-wrapperadisbladis2020-04-29
|\ \ | | | | | | podman: Wrap packages required to run containers
| * | nixos.podman: Expose extraPackages from the podman wrapperadisbladis2020-04-29
| | |
| * | podman: Wrap packages required to run containersadisbladis2020-04-29
| | |
* | | nixos/oslogin: put mockuser and mockadmin in constants, renameFlorian Klink2020-04-29
| | | | | | | | | | | | | | | This allows us to change them easily without search/replacing. Afterwards, we rename them to look a bit more like they are on GCP.
* | | nixos/google-oslogin: improve mock serverFlorian Klink2020-04-29
|/ / | | | | | | | | some slightly better error handling for nonexistent users, less parsing of URLs and query strings by hand.
* | nixos/pantheon: fix doc typoworldofpeace2020-04-29
| |
* | nixos/pykms: add SyslogIdentifierPavel Goran2020-04-29
| |
* | Merge pull request #85998 from helsinki-systems/make-nsswitch-more-flexibleFlorian Klink2020-04-29
|\ \ | | | | | | nixos/nsswitch: Make databases more configurable
| * | nixos/sss: Move nsswitch config into the moduleJanne Heß2020-04-28
| | |
| * | nixos/nsswitch: Make databases more configurableJanne Heß2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of hardcoding all nss modules that are added into nsswitch, there are now options exposed. This allows users to add own nss modules (I had this issue with winbindd, for example). Also, nss modules could be moved to their NixOS modules which would make the nsswitch module slimmer. As the lists are now handled by the modules system, we can use mkOrder to ensure a proper order as well as mkForce to override one specific database type instead of the entire file.
* | | Merge pull request #85589 from emilazy/add-acme-maintainers-teamworldofpeace2020-04-28
|\ \ \ | | | | | | | | Add ACME maintainers team
| * | | nixos/tests/acme: set maintainers to acme teamEmily2020-04-20
| | | |
| * | | nixos/acme: set maintainers to acme teamEmily2020-04-20
| | | |
* | | | Merge pull request #80896 from clkamp/pam-unix-add-nodelayworldofpeace2020-04-28
|\ \ \ \ | | | | | | | | | | nixos/security/pam: Add nodelay option
| * | | | nixos/security/pam: Add nodelay optionChristian Lütke-Stetzkamp2020-02-24
| | | | | | | | | | | | | | | | | | | | Closes #65551
* | | | | Merge pull request #85711 from worldofpeace/gnome-isoEelco Dolstra2020-04-28
|\ \ \ \ \ | |_|_|_|/ |/| | | | nixos/release: add GNOME ISO
| * | | | rl-2009: GNOME ISOworldofpeace2020-04-21
| | | | |
| * | | | nixos/release: add GNOME ISOworldofpeace2020-04-21
| | | | |
* | | | | Merge pull request #86202 from hyperfekt/fish_prevent_completionsadisbladis2020-04-28
|\ \ \ \ \ | | | | | | | | | | | | nixos/fish: prevent fish from generating completions on first run
| * | | | | nixos/fish: prevent fish from generating completions on first runhyperfekt2020-04-28
| | | | | |
* | | | | | Merge pull request #86180 from Mic92/prey-bash-clientJörg Thalheim2020-04-28
|\ \ \ \ \ \
| * | | | | | prey-bash-client: removeJörg Thalheim2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | prey-bash-client is deprecated since 2018
* | | | | | | nixos/gitlab: Fix services.gitlab.enableStartTLSAutotalyz2020-04-28
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'toString false' results in an empty string, which, in this context, is a syntax error. Use boolToString instead. Fixes #86160
* | | | | | Merge pull request #86013 from Ma27/cups-allow-fromMaximilian Bosch2020-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/printing: make access to web-interface configurable
| * | | | | | nixos/printing: make access to web-interface configurableMaximilian Bosch2020-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise you'd always get a 403 when hosting the web-interface of cups at a different location than `localhost`.
* | | | | | | nixos/qemu-vm: don't set -vga stdworldofpeace2020-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been default since QEMU 2.2, it also prevents using a different -vga
* | | | | | | Merge pull request #86113 from colemickens/azure-local-nixpkgsJörg Thalheim2020-04-27
|\ \ \ \ \ \ \
| * | | | | | | nixos/azure-new: use local nixpkgsCole Mickens2020-04-27
| | | | | | | |
* | | | | | | | Merge pull request #86104 from xaverdh/options-typesJörg Thalheim2020-04-27
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl2020-04-27
| | |/ / / / / | |/| | | | |
* / | | | | | ec2-amis.nix: add NixOS 20.03 imagesAmineChikhaoui2020-04-26
|/ / / / / / | | | | | | | | | | | | | | | | | | Fixes #85857.
* | | | | | Merge pull request #85043 from aanderse/httpd-2020Aaron Andersen2020-04-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/httpd: modernize module standards
| * | | | | | nixos/httpd: update release notesAaron Andersen2020-04-21
| | | | | | |
| * | | | | | nixos/httpd: some mod_php cleanupAaron Andersen2020-04-21
| | | | | | |
| * | | | | | nixos/httpd: set modern default values for mpm and http2Aaron Andersen2020-04-21
| | | | | | |
| * | | | | | nixos/httpd: run as non root userAaron Andersen2020-04-21
| | | | | | |
* | | | | | | Merge pull request #82414 from AmineChikhaoui/update-ec2-amis-19-09Graham Christensen2020-04-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ec2 amis: update 19.09 AMIs
| * | | | | | | ec2 amis: update 19.09 AMIsAmineChikhaoui2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this adds support for ap-east-1 and eu-north-1 regions as well. Fixes: https://github.com/NixOS/nixos-org-configurations/issues/105
* | | | | | | | Merge pull request #86010 from flokli/nscd-disableFlorian Klink2020-04-26
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | nixos/nscd: be more specific in the nscd.enable description on what breaks
| * | | | | | | nixos/nscd: be more specific in the nscd.enable description on what breaksFlorian Klink2020-04-25
| | | | | | | |
* | | | | | | | Merge pull request #74378 from ttuegel/lxc-containeradisbladis2020-04-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | docker-container: Remove /etc symlink
| * | | | | | | | docker-container: Remove /etc symlinkThomas Tuegel2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The system output usually contains a symlink from /etc to the static configuration for the benefit of the stage-1 script in the initrd. The stage-2 script is usually started in the real root without such a symlink. In a container, there is no stage-1 and the system output is used directly as a real root. If the symlink is present, setup-etc.pl will create a symlink cycle and the system cannot boot. There is no reason for the /etc link to exist in a container because setup-etc.pl will create the necessary files. The container module will now remove the /etc symlink and create an empty directory. The empty /etc is for container managers to populate it with site-specific settings; for example, to set the hostname. This is required to boot NixOS in an LXC container on another host. See also: #9735
* | | | | | | | | Merge pull request #85781 from blitz/spike-testJacek Galowicz2020-04-25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Add spike integration test to nixosTests
| * | | | | | | | spike: add test to nixosTestsJulian Stecklina2020-04-22
| | | | | | | | |
* | | | | | | | | Merge pull request #85813 from johnae/fix-k3s-systemd-unitslewo2020-04-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | The systemd unit for k3s should differ between agents and servers
| * | | | | | | | | The systemd unit for k3s should differ between agents and serversJohn Axel Eriksson2020-04-23
| | | | | | | | | |
* | | | | | | | | | Revert "ibus: fix dconf db installation"worldofpeace2020-04-24
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #85892 from symphorien/ibus-dbworldofpeace2020-04-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ibus: fix dconf db installation