summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
* Merge pull request #159103 from pacien/nixos-taskserver-firewall-no-port-openSandro2022-04-21
|\ | | | | nixos/taskserver: do not open firewall port implicitly, port helper to Python 3
| * nixos/taskserver: do not open firewall port implicitlypacien2022-03-05
| | | | | | | | | | | | | | | | This adds an option `services.taskserver.openFirewall` to allow the user to choose whether or not the firewall port should be opened for the service. This is no longer the case by default. See also https://github.com/NixOS/nixpkgs/issues/19504.
* | Merge pull request #169323 from n0emis/netbox-v3.2.1Martin Weinelt2022-04-20
|\ \
| * | netbox: 3.1.10 -> 3.2.1Ember 'n0emis' Keske2022-04-19
| | |
* | | nixos/nextcloud: Support create database locallyJonas Heinrich2022-04-19
|/ /
* | nixos/nbd: fix nbd-server config section orderingAlexandru Scvortov2022-04-18
| | | | | | | | Closes #169103
* | Merge pull request #168774 from helsinki-systems/feat/systemd-shutdownFlorian Klink2022-04-18
|\ \ | | | | | | nixos/systemd: Properly shut down the system
| * | nixos/systemd: Properly shut down the systemJanne Heß2022-04-16
| | |
* | | treewide/meta: Remove chiiruno and replace with Madouura (#169096)Madoura2022-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maintainers: remove chiiruno * nixos/zeronet.nix: replace chiiruno with Madouura * nixos/hydron: replace chiiruno with Madouura * nixos/tests/bcachefs: replace chiiruno with Madouura * lutris: replace chiiruno with Madouura * qtchan: replace chiiruno with Madouura * tinygo: replace chiiruno with Madouura * vlang: replace chiiruno with Madouura * merkletools: replace chiiruno with Madouura * easyjson: replace chiiruno with Madouura * quicktemplate: replace chiiruno with Madouura * statik: replace chiiruno with Madouura * dumb: replace chiiruno with Madouura * sndio: replace chiiruno with Madouura * hydron: replace chiiruno with Madouura * edid-decode-unstable: replace chiiruno with Madouura * tewisay: replace chiiruno with Madouura * svt-av1: replace chiiruno with Madouura
* | | Merge pull request #127367 from oxalica/fix/dm-only-autostartThiago Kenji Okada2022-04-17
|\ \ \ | | | | | | | | nixos/desktop-manager/none: add option to run XDG autostart files
| * | | nixos/desktop-manager/none: add option to run XDG autostart filesoxalica2022-04-18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | `fcitx5` and `service.earlyoom` rely on use XDG autostart files to start. But for X session with only window manager and no desktop manager (`none` is used), no one can start them. This options is added to run these autostart files for sessions without desktop manager to make other services just work.
* | | hbase: 0.98.24 -> 2.4.11illustris2022-04-18
| | |
* | | nixosTests.mailcatcher: replace ssmtp module use with msmtppacien2022-04-17
|/ / | | | | | | | | | | The ssmtp program is not maintained and is being removed. GitHub: see https://github.com/NixOS/nixpkgs/issues/105710
* | Merge pull request #168793 from ↵Janne Heß2022-04-16
|\ \ | | | | | | | | | | | | helsinki-systems/feat/systemd-stage-1-mdraid-merge nixos/stage-1-init: Merge mdraid module into swraid
| * | nixos/stage-1-init: Merge mdraid module into swraidJanne Heß2022-04-15
| | |
* | | tests/emacs-daemon: fix failure for unset $DISPLAYAzat Bahawi2022-04-16
| | | | | | | | | | | | | | | | | | | | | axelf4 figured[1] out a workaround for fixing a failure due to an unset $DISPLAY variable. [1] https://github.com/NixOS/nixpkgs/pull/168076#issuecomment-1098083299
* | | Merge pull request #162509 from mkg20001/hasteLassulus2022-04-15
|\ \ \ | | | | | | | | haste-server: init at 3dcc43578b99dbafac35dece9d774ff2af39e8d0
| * | | nixosTests.haste-server: initMaciej Krüger2022-03-07
| | | |
* | | | Merge pull request #167378 from talyz/keycloak-quarkusKim Lindberger2022-04-15
|\ \ \ \ | | | | | | | | | | keycloak: Switch to the new Quarkus version of Keycloak
| * | | | keycloak: Switch to the new Quarkus version of Keycloaktalyz2022-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With version 17 of Keycloak, the Wildfly based distribution was deprecated in favor of the one based on Quarkus. The difference in configuration is massive and to accommodate it, both the package and module had to be rewritten.
* | | | | Merge pull request #168764 from rnhmjoj/pr-pdns-ncdnsMichele Guerini Rocco2022-04-15
|\ \ \ \ \ | | | | | | | | | | | | nixos/ncdns: listen on IPv6 by default
| * | | | | nixos/tests/ncdns: fix testrnhmjoj2022-04-14
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add another wait_for_unit("pdns-recursor") (this is needed when DNSSEC is disabled) 2. Make everything IPv6
* / | | | python3Packages.fenics: fix build, pin to older boost (#166728)Will Dietz2022-04-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * python3Packages.fenics: fix build, pin to older boost Looking at upstream, there are various issues with newer boost. (At least some of them have been since fixed) For now, fix the build by using a version of boost that works with the current version. Error here was complaining about `std::min_element`, which is no longer available, apparently, due to newer boost no longer (transitively) including <algorithm>. This was added in C++17, so I'm not sure the cmake flag specifying dolfin built with C++11 makes sense or is used. Leaving for now :). * nixos/tests/fenics: fix name of machine/node in script Still fails for now. * python3Packages.fenics: fix accidentally changed strings in subst Looks like in migration to pkg-config this was erroneously changed from `pkgconfig` (python package, and source string) to `pkg-config` (nix package name, tool name). (see 9bb3fccb5b55326cb3c2c507464a8a28d44d1730) Fixes the NixOS test.
* | | | Merge pull request #168535 from rnhmjoj/pr-pdns-nixosMichele Guerini Rocco2022-04-14
|\ \ \ \ | | | | | | | | | | nixos/pdns-recursor: update default values
| * | | | nixos/tests/pdns-recursor: test a DNS queryrnhmjoj2022-04-14
| | | | |
* | | | | Merge pull request #168301 from helsinki-systems/feat/systemd-stage-1-mdadmJanne Heß2022-04-14
|\ \ \ \ \ | |/ / / / |/| | | | nixos/stage-1-systemd: Add mdraid support (+ test)
| * | | | nixos/stage-1-systemd: Add mdraid support (+ test)Janne Heß2022-04-14
| | | | |
* | | | | Merge pull request #161253 from flokli/kexec-bootFlorian Klink2022-04-14
|\ \ \ \ \ | | | | | | | | | | | | nixos/installer: add kexec-boot
| * | | | | nixosTests.kexec: fix tests with kexecBoot formatFlorian Klink2022-04-14
| | | | | |
| * | | | | nixosTests.kexec: extend with kexecBoot attributeFlorian Klink2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a node2, which imports the kexec-boot.nix profile. Ensure node2 successfully boots up, then invoke the kexec-boot script from it on node1.
* | | | | | Merge pull request #168328 from K900/fix-nix-ld-testpennae2022-04-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | tests/nix-ld: fix invocation
| * | | | | | tests/nix-ld: fix invocationK9002022-04-12
| | | | | | |
* | | | | | | Merge pull request #168302 from helsinki-systems/feat/systemd-stage-1-lvmLassulus2022-04-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/stage-1-systemd: Add LVM2 support (+ test)
| * | | | | | | nixos/stage-1-systemd: Add LVM2 supportJanne Heß2022-04-13
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #168477 from ↵Janne Heß2022-04-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | helsinki-systems/feat/systemd-stage-1-hibernation nixos/stage-1-systemd: Implement and test hibernation
| * | | | | | | nixos/stage-1-systemd: Implement hibernation + testJanne Heß2022-04-13
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #137939 from kfiz/update-mongodb-44/50Pascal Bach2022-04-14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Update mongodb to 4.4/5.0
| * | | | | | mongodb: add 4.4Doro Rose2022-04-09
| | | | | | |
* | | | | | | Merge pull request #140607 from jkarlson/terminfoSandro2022-04-13
|\ \ \ \ \ \ \
| * | | | | | | nixos/terminfo: add enableAllTerminfo optionEmil Karlson2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to install all .terminfo packages, normally this should add no runtime bloat, if caches are used.
* | | | | | | | Merge pull request #168288 from erikarvstedt/paperless-ngxMartin Weinelt2022-04-12
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | nixos/paperless-ng: rename to `paperless`, use `paperless-ngx` packageErik Arvstedt2022-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use this opportunity to rename `paperless-(ng)-server` to `paperless-scheduler`. This follows the naming scheme in the paperless repo and docs.
| * | | | | | | nixos/paperless-ng: minor improvmentsErik Arvstedt2022-04-11
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Service: - Fix misleading comment: We could in fact implement password copying as a preStart script by amending BindReadOnlyPaths, but adding an extra service is simpler. Test: - Add more detailed subtest names - Simplify date check
* | | | | | | Merge pull request #167349 from helsinki-systems/feat/udev-systemd-stage-1Lassulus2022-04-12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | nixos/udev: Add systemd stage 1 support
| * | | | | | nixos/udev: Put all initrd options into a namespaceJanne Heß2022-04-12
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #167168 from ↵Lassulus2022-04-11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | helsinki-systems/feat/systemd-stage-1-proper-handover nixos/stage-1-systemd: Handover between the systemds directly
| * | | | | nixos/stage-1-systemd: Handover between the systemds directlyJanne Heß2022-04-11
| |/ / / /
* | | | | Merge pull request #143878 from Izorkin/init-nifiLassulus2022-04-11
|\ \ \ \ \ | | | | | | | | | | | | nifi: init at 1.16.0
| * | | | | nixos/tests: add nifi testIzorkin2022-04-10
| |/ / / /
* | | | | Merge pull request #163958 from lukegb/networkd-mainLuke Granger-Brown2022-04-11
|\ \ \ \ \ | | | | | | | | | | | | nixos/networkd: configure /etc/systemd/networkd.conf