about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #84136 from Izorkin/mariadb-galera-testJörg Thalheim2020-05-07
|\ | | | | nixos/tests: add check mariadb galera cluster
| * nixos/tests: add check mariadb galera cluster with rsync-based SSTIzorkin2020-05-06
| |
| * nixos/tests: add check mariadb galera cluster with mariabackup-based SSTIzorkin2020-05-06
| |
| * nixos/tests: move mysql tests to subfolderIzorkin2020-05-06
| |
* | Merge pull request #86519 from romildo/upd.eflJosé Romildo Malaquias2020-05-07
|\ \ | | | | | | enlightenment.efl: 1.23.3 -> 1.24.0; new test module
| * | nixos/tests: add enlightenment desktop environmentJosé Romildo Malaquias2020-05-05
| | |
* | | test-driver.py: Fix deadlock when the log queue gets fullEelco Dolstra2020-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a program (e.g. nixos-install) writes more than 1000 lines to stderr during execute(), then process_serial_output() deadlocks waiting for the queue to be processed. So use an unbounded queue instead. We should probably get rid of the structured log output (log.xml), since then we don't need the log queue anymore.
* | | nixos-install: 'nix build' -> nix-buildEelco Dolstra2020-05-07
| | | | | | | | | | | | | | | | | | 'nix build' is an experimental command so we shouldn't use it yet. (nixos-rebuild also uses 'nix', but only when using flakes, which are themselves an experimental feature.)
* | | Revert "nix-daemon.nix: Use 'nix ping-store' to initialize directories"Eelco Dolstra2020-05-07
| | | | | | | | | | | | | | | | | | | | | This reverts commits 9d0de0dc57ce97ab9cc3d73a66e914d718e4af3b, 27d2857a9927aa197b9679b9a2dcf59b97c06907. 'nix ping-store' is an experimental command so it doesn't work in Nix 2.4 unless you set 'experimental-features = nix-command' in nix.conf.
* | | nixos/postgresql: refactor enable optionjoachimschmidt5572020-05-07
| | | | | | | | | | | | More consistency with other modules (mkEnableOption)
* | | Merge pull request #87084 from flokli/nixos-tests-partition.nixFlorian Klink2020-05-06
|\ \ \ | | | | | | | | nixos/tests/partition.nix: remove
| * | | nixos/tests/partition.nix: removeFlorian Klink2020-05-06
| | | | | | | | | | | | | | | | | | | | This is still written in perl, wasn't part of all-tests.nix, and fails even to build its dependencies (blivet, nixpart).
* | | | Merge pull request #87004 from flokli/nixos-tests-remove-ldapFlorian Klink2020-05-06
|\ \ \ \ | | | | | | | | | | nixosTests.ldap: remove
| * | | | nixosTests.ldap: removeFlorian Klink2020-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to have worked in 15f105d41fb83bc93692702af96848e8887fc03c (5 months ago) but broke somewhere in the meantime. The current module doesn't seem to be underdocumented and might need a serious refactor. It requires quite some hacks to get it to work (see https://github.com/NixOS/nixpkgs/issues/86305#issuecomment-621129942), or how the ldap.nix test used systemd.services.openldap.preStart and made quite some assumptions on internals. Mic92 agreed on being added as a maintainer for the module, as he uses it a lot and can possibly fix eventual breakages. For the most basic startup breakages, the remaining openldap.nix test might suffice.
* | | | | Merge pull request #75487 from michaeladler/nixos-unstableFlorian Klink2020-05-06
|\ \ \ \ \ | |_|_|_|/ |/| | | | nixos/systemd: use global proxy config in systemd-importd
| * | | | nixos/systemd: use global proxy config in systemd-importdMichael Adler2020-05-06
| | |/ / | |/| |
* | | | nixos/tests: add unit-php testIzorkin2020-05-06
| | | |
* | | | nixos/unit: run Unit as rootIzorkin2020-05-06
| | | | | | | | | | | | | | | | In latest release recommended not set ambient capabilities.
* | | | nixos/unit: update sandboxing modeIzorkin2020-05-06
| | | |
* | | | nixos/unit: fix starting serviceIzorkin2020-05-06
|/ / /
* | | Merge pull request #86678 from rnhmjoj/picomMichele Guerini Rocco2020-05-06
|\ \ \ | | | | | | | | nixos/picom: cleanup
| * | | nixos/picom: document breaking change in release notesrnhmjoj2020-05-04
| | | |
| * | | nixos/picom: cleanuprnhmjoj2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use floating points instead of strings, which Nix now supports - Make the type of picom.settings option recursive - Add a meaningful description of both the option and its type
* | | | Merge branch 'staging-next'Vladimír Čunát2020-05-06
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Status on Hydra for linuxes seems good enough: https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2020-05-05
| |\ \ \ \
| * \ \ \ \ Merge pull request #86445 from zowoq/podman-stagingJörg Thalheim2020-05-04
| |\ \ \ \ \
| | * | | | | podman: use $out instead of $bin with buildGoPackagezowoq2020-05-01
| | | | | | |
| * | | | | | nixos/gitlab-runner: support multiple servicesmisuzu2020-05-02
| | | | | | |
| * | | | | | Merge master into staging-nextFrederik Rietdijk2020-05-02
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Revert "nixos/gitlab-runner: support multiple services"Frederik Rietdijk2020-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverting because of merge conflict. Rebase the fix and submit again. This reverts commit 3853c2711126d2c1518514222d19be631b609bac.
| * | | | | | Merge staging-next into stagingFrederik Rietdijk2020-05-01
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #86168 from lblasc/sof-firmwareFlorian Klink2020-04-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Sound Open Firmware support, sof-firmware: init at 1.4.2, update kernel config
| | * | | | | | | sof-firmware: init at 1.4.2Luka Blaskovic2020-04-28
| | | | | | | | |
| * | | | | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-04-29
| |\ \ \ \ \ \ \ \
| * | | | | | | | | nixos/*: use $out instead of $bin with buildGoPackagezowoq2020-04-28
| | | | | | | | | |
| * | | | | | | | | buildGoPackage: use $out instead of $binzowoq2020-04-28
| | | | | | | | | |
* | | | | | | | | | Merge pull request #86940 from flokli/move-nss-systemdFlorian Klink2020-05-05
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | nixos/systemd: move systemd-provided NSS modules to systemd module
| * | | | | | | | | nixos/systemd: move NSS module logic to systemd moduleFlorian Klink2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We keep the conditional on only adding if nscd is enabled for now.
| * | | | | | | | | nixos/systemd/resolved: add resolve to nss hosts database if enabledFlorian Klink2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We keep the "only add the nss module if nscd is enabled" logic for now. The assertion never was triggered, so it can be removed.
* | | | | | | | | | Merge pull request #86908 from cptMikky/pantheon-nodefaultworldofpeace2020-05-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/pantheon: mkDefault value for defaultSession
| * | | | | | | | | | nixos/pantheon: mkDefault value for defaultSessionJakub Fišer2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #86907
* | | | | | | | | | | nixos/systemd-boot: Add basic testDaniel Fullmer2020-05-05
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #86712 from rardiol/hostapdLassulus2020-05-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | nixos/hostapd: country selection, CRDA, logging
| * | | | | | | | | | nixos/hostapd: conditionally enable ieee80211dRicardo Ardissone2020-05-04
| | | | | | | | | | |
| * | | | | | | | | | nixos/hostapd: add logLevel optionRicardo Ardissone2020-05-04
| | | | | | | | | | |
| * | | | | | | | | | nixos/hostapd: add countryCode optionRicardo Ardissone2020-05-04
| | | | | | | | | | |
| * | | | | | | | | | nixos/hostapd: use CRDARicardo Ardissone2020-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for regulatory compliance and unlocking some channels.
* | | | | | | | | | | Merge pull request #83257 from rail/znapzend-0.20.0Jörg Thalheim2020-05-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add new znapzend features to modulesRail Aliiev2020-03-23
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #85904 from aanderse/giteaAaron Andersen2020-05-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/gitea: add settings option