about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
| | * | | | | oauth2_proxy: Update NixOS moduleNikola Knezevic2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to match the current flags and apply fixes to all breaking changes.
| * | | | | | Merge pull request #85746 from iblech/patch-11Jörg Thalheim2020-04-22
| |\ \ \ \ \ \
| | * | | | | | nixos-containers: add docs about nested containersIngo Blechschmidt2020-04-22
| | | | | | | |
| * | | | | | | nixosTests.redmine: Port to pythonJacek Galowicz2020-04-22
| |/ / / / / /
| * | | | | | Merge pull request #85402 from jtojnar/httpd-phpJan Tojnar2020-04-22
| |\ \ \ \ \ \
| | * | | | | | nixos/httpd: remove unnecessary overrideJan Tojnar2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was introduced in https://github.com/NixOS/nixpkgs/commit/c801cd1a047efa51055fd04698e316ddd503fd1b but it no longer seems necessary.
| | * | | | | | nixosTests.php.fpm: Clean up to match httpd testJan Tojnar2020-04-17
| | | | | | | |
| | * | | | | | nixosTests.php.pcre: Clean upJan Tojnar2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add assertion messages
| | * | | | | | nixosTests.php.httpd: initJan Tojnar2020-04-17
| | | | | | | |
| | * | | | | | nixos/httpd: Use extensions from php packageJan Tojnar2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the recent rewrite, enabled extensions are passed to php programs through an extra ini file by a wrapper. Since httpd uses shared module instead of program, the wrapper did not affect it and no extensions other than built-ins were loaded. To fix this, we are passing the extension config another way – by adding it to the service's generated config. For now we are hardcoding the path to the ini file. It would be nice to add the path to the passthru and use that once the PHP expression settles down.
| * | | | | | | Fix typos (#85693)Alexandre Esteves2020-04-22
| | | | | | | |
| * | | | | | | Merge pull request #85710 from worldofpeace/gnome-iso-wayland-defaultworldofpeace2020-04-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | installation-cd-graphical-gnome: don't run xorg default
| | * | | | | | | installation-cd-graphical-gnome: don't run xorg defaultworldofpeace2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If for some reason the Wayland session fails to start it will just start the Xorg session.
| * | | | | | | | Update link in /etc/os-release (#85723)davidak2020-04-22
| | | | | | | | |
| * | | | | | | | rl-2003: Update the release documentationIsmaël Bouya2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It currently says that everything will be backward compatible between lego and simp-le certificates, but it’s not. (cherry picked from commit 21c4a33ceef77dec2b821f7164e13971862d5575)
| * | | | | | | | Merge pull request #85604 from adisbladis/podman-moduleadisbladis2020-04-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/virtualisation.podman: Init module
| | * | | | | | | | nixos.virtualisation.containers: Init common /etc/containers configuration ↵adisbladis2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module What's happening now is that both cri-o and podman are creating /etc/containers/policy.json. By splitting out the creation of configuration files we can make the podman module leaner & compose better with other container software.
| | * | | | | | | | nixos.virtualisation: Move containers.nix to nixos-containers.nixadisbladis2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In anticipation of the new containers module.
| | * | | | | | | | nixos/podman: Add maintainer team & add myself to podman teamadisbladis2020-04-21
| | | | | | | | | |