about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
| * | | | | | nixos/tests/ibus: fix testSymphorien Gibol2020-04-24
| | | | | | |
| * | | | | | ibus: fix installation of dconf databaseSymphorien Gibol2020-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this warning at ibus-daemon startup: (ibus-dconf:15691): dconf-WARNING **: 21:49:24.018: unable to open file '/etc/dconf/db/ibus': Failed to open file ?/etc/dconf/db/ibus?: open() failed: No such file or directory; expect degraded performance
* | | | | | | Merge pull request #84242 from gnidorah/qtworldofpeace2020-04-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/qt5: support adwaita-dark theme
| * | | | | | | nixos/qt5: support adwaita-dark themegnidorah2020-04-05
| | | | | | | |
* | | | | | | | nixos/cri-o: share registries with nixos/containerszowoq2020-04-24
| | | | | | | |
* | | | | | | | nixos/podman: Add rootless containers to testadisbladis2020-04-24
| | | | | | | |
* | | | | | | | Merge pull request #85894 from zowoq/podman-crioadisbladis2020-04-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | podman team: add cri-o packages/module
| * | | | | | | | nixos/cri-o: update maintainerszowoq2020-04-24
| | | | | | | | |
* | | | | | | | | nixos/containers: move libpod to nixos/podmanzowoq2020-04-24
|/ / / / / / / /
* | | | | | | | Merge pull request #85832 from benley/benley/grub-serialFlorian Klink2020-04-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | installer test: Fix grub extraConfig syntax
| * | | | | | | | installer test: Fix grub extraConfig syntaxBenjamin Staffin2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like `terminal_output.serial` is incorrect, according to the grub documentation: https://www.gnu.org/software/grub/manual/grub/html_node/Serial-terminal.html Related PR: #79406
* | | | | | | | | Merge pull request #85735 from nh2/journald-storage-limit-logsFlorian Klink2020-04-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | journald service docs: Add helpful comments about the journal getting full
| * | | | | | | | | journald service: Add helpful comments about the journal getting fullNiklas Hambüchen2020-04-23
| | | | | | | | | |
* | | | | | | | | | Merge pull request #85822 from zowoq/cni-collisionadisbladis2020-04-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/{cri-o,podman}: remove cni-plugins from environment.systemPackages
| * | | | | | | | | | nixos/podman: remove cni-plugins from environment.systemPackageszowoq2020-04-23
| | | | | | | | | | |
| * | | | | | | | | | nixos/cri-o: remove cni-plugins from environment.systemPackageszowoq2020-04-23
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #85815 from arianvp/fix-85800Florian Klink2020-04-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix networkd not restarting on unit changes
| * | | | | | | | | | nixos/datadog-agent: Fix restartTriggersArian van Putten2020-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #85800 1d61efb7f177f7b70c467ab4940fde0a3481d4dc accidentially changed the restartTriggers of `datadog-agent.service` to point to the attribute name (in this case, a location relative to `/etc`), instead of the location of the config files in the nix store. This caused datadog to not get restarted on activation of new config, if the file name hasn't changed. Fix this, by pointing this back to the location in the nix store.
| * | | | | | | | | | nixos/networkd: Fix restartTriggersArian van Putten2020-04-23
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1d61efb7f177f7b70c467ab4940fde0a3481d4dc accidentially changed the restartTriggers of systemd-networkd.service` to point to the attribute name (in this case, a location relative to `/etc`), instead of the location of the network-related unit files in the nix store. This caused systemd-networkd to not get restarted on activation of new networking config, if the file name hasn't changed. Fix this, by pointing this back to the location in the nix store.
* | | | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-04-23
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #80103 from tfc/port-systemd-confinement-testFlorian Klink2020-04-23
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | nixosTests.systemd-confinement: Port to Python
| | * | | | | | | | nixosTests.systemd-confinement: Port to PythonJacek Galowicz2020-02-27
| | | | | | | | | |
| * | | | | | | | | nixos/manual: fix buildPiotr Bogdan2020-04-22
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-04-22
|\| | | | | | | |
| * | | | | | | | Merge pull request #79840 from knl/update-oauth2_proxy-to-5.0.0Bas van Dijk2020-04-22
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | oauth2_proxy: 3.2.0 -> 5.1.0