about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24Revert "ibus: fix dconf db installation"worldofpeace3-31/+20
2020-04-24Merge pull request #85892 from symphorien/ibus-dbworldofpeace3-20/+31
ibus: fix dconf db installation
2020-04-24Merge pull request #84242 from gnidorah/qtworldofpeace1-2/+4
nixos/qt5: support adwaita-dark theme
2020-04-24nixos/tests/ibus: fix testSymphorien Gibol1-9/+5
2020-04-24ibus: fix installation of dconf databaseSymphorien Gibol2-11/+26
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
2020-04-24nixos/cri-o: share registries with nixos/containerszowoq2-9/+9
2020-04-24nixos/podman: Add rootless containers to testadisbladis1-9/+39
2020-04-24Merge pull request #85894 from zowoq/podman-crioadisbladis1-0/+4
podman team: add cri-o packages/module
2020-04-24nixos/containers: move libpod to nixos/podmanzowoq3-27/+28
2020-04-24nixos/cri-o: update maintainerszowoq1-0/+4
2020-04-23Merge pull request #85832 from benley/benley/grub-serialFlorian Klink1-1/+1
installer test: Fix grub extraConfig syntax
2020-04-23Merge pull request #85735 from nh2/journald-storage-limit-logsFlorian Klink1-0/+16
journald service docs: Add helpful comments about the journal getting full
2020-04-23Merge pull request #85822 from zowoq/cni-collisionadisbladis2-2/+5
nixos/{cri-o,podman}: remove cni-plugins from environment.systemPackages
2020-04-23Merge pull request #85815 from arianvp/fix-85800Florian Klink2-2/+2
Fix networkd not restarting on unit changes
2020-04-23nixos/datadog-agent: Fix restartTriggersArian van Putten1-1/+1
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.
2020-04-23nixos/networkd: Fix restartTriggersArian van Putten1-1/+1
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.
2020-04-23Merge master into staging-nextFrederik Rietdijk2-72/+65
2020-04-22installer test: Fix grub extraConfig syntaxBenjamin Staffin1-1/+1
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
2020-04-23nixos/podman: remove cni-plugins from environment.systemPackageszowoq1-1/+0
2020-04-23nixos/cri-o: remove cni-plugins from environment.systemPackageszowoq1-1/+5
2020-04-23journald service: Add helpful comments about the journal getting fullNiklas Hambüchen1-0/+16
2020-04-23Merge pull request #80103 from tfc/port-systemd-confinement-testFlorian Klink1-71/+64
nixosTests.systemd-confinement: Port to Python
2020-04-22nixos/manual: fix buildPiotr Bogdan1-1/+1
2020-04-22Merge master into staging-nextFrederik Rietdijk23-881/+1243
2020-04-22Merge pull request #79840 from knl/update-oauth2_proxy-to-5.0.0Bas van Dijk1-5/+24
oauth2_proxy: 3.2.0 -> 5.1.0
2020-04-22Merge pull request #85746 from iblech/patch-11Jörg Thalheim1-3/+9
2020-04-22nixosTests.redmine: Port to pythonJacek Galowicz1-51/+19
2020-04-22nixos-containers: add docs about nested containersIngo Blechschmidt1-3/+9
2020-04-22Merge pull request #85402 from jtojnar/httpd-phpJan Tojnar6-10/+42
2020-04-22Fix typos (#85693)Alexandre Esteves1-2/+2
2020-04-21Merge pull request #85710 from worldofpeace/gnome-iso-wayland-defaultworldofpeace1-3/+0
installation-cd-graphical-gnome: don't run xorg default
2020-04-22Update link in /etc/os-release (#85723)davidak1-2/+2
2020-04-21rl-2003: Update the release documentationIsmaël Bouya1-3/+5
It currently says that everything will be backward compatible between lego and simp-le certificates, but it’s not. (cherry picked from commit 21c4a33ceef77dec2b821f7164e13971862d5575)
2020-04-21Merge pull request #85604 from adisbladis/podman-moduleadisbladis8-801/+1070
nixos/virtualisation.podman: Init module
2020-04-21Merge pull request #85598 from danderson/tailscale-fix-cachedirFlorian Klink1-1/+4
nixos/tailscale: set a CacheDir in the systemd unit.
2020-04-21Merge pull request #85708 from Beskhue/fix-documentationFlorian Klink1-2/+2
nixos/phpfpm: fix erroneous pools example
2020-04-21Merge pull request #73505 from tomfitzhenry/networkd-dhcp-server-testFlorian Klink2-0/+59
systemd-networkd: add DHCPServer test
2020-04-21nixos/manual: fix buildworldofpeace1-0/+1
2020-04-21installation-cd-graphical-gnome: don't run xorg defaultworldofpeace1-3/+0
If for some reason the Wayland session fails to start it will just start the Xorg session.
2020-04-21Merge pull request #85692 from nh2/systemd-update-default-rate-limitFlorian Klink2-1/+7
journald service: Increase default rate limit 1000 -> 10000.
2020-04-21nixos/phpfpm: fix erroneous pools exampleThomas Churchman1-2/+2
2020-04-21Merge master into staging-nextFrederik Rietdijk61-184/+75
2020-04-21Merge pull request #85643 from petabyteboy/feature/generate-configworldofpeace1-4/+4
nixos/tools: adapt for renamed console options
2020-04-21journald service: Increase default rate limit 1000 -> 10000.Niklas Hambüchen2-1/+7
Follows the upstream change of this default: https://github.com/systemd/systemd/pull/8660
2020-04-21Merge pull request #85685 from nh2/remove-unused-allSupportedNixpkgsDomen Kožar1-5/+0
release-combined: Remove unused value `allSupportedNixpkgs`
2020-04-21release-combined: Remove unused value `allSupportedNixpkgs`.Niklas Hambüchen1-5/+0
It was made obsolete by commit 2de3caf0 - nixos/release-combined.nix: List constituents of the 'tested' job by name see also https://github.com/NixOS/nixpkgs/commit/f996744fd32f255b7fd33d9e83d9ef688097b367#r38642487.
2020-04-22systemd-networkd: add DHCPServer testTom Fitzhenry2-0/+59
2020-04-21nixos.virtualisation.containers: Init common /etc/containers configuration ↵adisbladis4-119/+157
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.
2020-04-21nixos.virtualisation: Move containers.nix to nixos-containers.nixadisbladis2-1/+1
In anticipation of the new containers module.
2020-04-21nixos/podman: Add maintainer team & add myself to podman teamadisbladis2-5/+7