about summary refs log tree commit diff
path: root/nixos/tests
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04Merge pull request #256866 from kirillrdy/transmissionDoron Behar2-2/+4
transmission, transmission_4: set mainProgram and restore nixosTests
2023-10-02Merge pull request #238847 from nikstur/qemu-vm-external-disk-imageRyan Lahfa2-0/+74
2023-10-02Merge pull request #256666 from lheckemann/bcachefs-keyringLinus Heckemann2-4/+2
bcachefs tests: unlock directly to the right keyring
2023-10-02nixos/qemu-vm: optionally disable overriding fileSystemsnikstur2-0/+74
Allow the user to disable overriding the fileSystems option with virtualisation.fileSystems by setting `virtualisation.fileSystems = lib.mkForce { };`. With this change you can use the qemu-vm module to boot from an external image that was not produced by the qemu-vm module itself. The user can now re-use the modularly set fileSystems option instead of having to reproduce it in virtualisation.fileSystems.
2023-10-01Merge pull request #255321 from p-h/ulogd-multiple-logging-stacksRyan Lahfa4-83/+105
2023-09-29audiobookshelf: init moduleWietse de Vries2-0/+24
2023-09-28nixos/sshd: fix sshd.conf validity checkMaximilian Bosch1-1/+1
When using e.g. `{ addr = "[::]"; port = 22; }` at `listenAddresses`, the check fails because of an escaping issue[1] with last 1 log lines: > Invalid test mode specification -f For full logs, run 'nix log /nix/store/c6pbpw5hjkjgipmarwyic9zyqr1xaix5-check-sshd-config.drv' Using `lib.escapeShellArg` appears to solve the problem. [1] https://github.com/NixOS/nixpkgs/pull/256090#issuecomment-1738063528
2023-09-27Merge pull request #257047 from minijackson/netbox-3.6.2Ryan Lahfa3-6/+9
2023-09-26netbox_3_3: removeMinijackson1-1/+0
should be, by now, unused by everyone Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-26netbox_3_6: init, mark 3_5 as EOLMinijackson3-2/+5
use it for the upgrade test increase tests memory, otherwise NetBox gets OOM killed Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-26Merge pull request #255033 from AleXoundOS/castopodAlexander Bantyev2-0/+88
castopod: init at 1.6.4
2023-09-25Merge pull request #248372 from yaxitech/amd-sev-guestRyan Lahfa2-0/+57
2023-09-25nixosTests.tinywl: fix by adding Mesa driversAlyssa Ross1-0/+2
Required since upstream commit 49738406 ("render: don't fall back to Pixman if we have a render node").
2023-09-25Merge pull request #248925 from FugiMuffi/prometheus-sabnzbd-exporterWilliButz1-0/+38
prometheus-sabnzbd-exporter: init at 0.1.70
2023-09-25Merge pull request #251290 from Majiir/systemd-initrd-networking-featuresWill Fancher3-0/+124
nixos/network-interfaces-systemd: support `vlans`, `bridges` in systemd-initrd
2023-09-25nixosTests.castopod: initmisuzu2-0/+88
2023-09-24Merge pull request #256090 from CRTified/sshd-validation-fixMaximilian Bosch1-0/+33
nixos/sshd: Specify connection parameters for configuration validation
2023-09-24netbox_3_5: introduce aliasMinijackson2-4/+5
clears up ambiguity use that alias in tests Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2023-09-23Merge pull request #81460 from vcunat/p/knot-nixConfigMartin Weinelt2-98/+93
nixos/knot: allow full configuration by nix values
2023-09-23Merge pull request #254993 from helsinki-systems/feat/stc-mount-improvementsJanne Heß1-0/+122
nixos/switch-to-configuration: Mount improvements and a lot more test cases
2023-09-23nixosTests.tranmission_4: initKirill Radzikhovskyy2-2/+4
2023-09-23nixosTests.kea: use knot.settings for configurationMartin Weinelt1-25/+26
2023-09-23nixosTests.knot: use settings formatMartin Weinelt1-73/+67
2023-09-22nixosTests.sudo-rs: use sudo-rsMaciej Krüger1-4/+8
As the module was renamed, we need to use the new one
2023-09-22bcachefs tests: unlock directly to the right keyringLinus Heckemann2-4/+2
2023-09-22nixos/switchTest: Also test swap devicesJanne Heß1-0/+24
2023-09-22nixos/switch-to-configuration: Never unmount / or /nixJanne Heß1-0/+69
Also adds a huge test for fstab handling
2023-09-20Merge pull request #252001 from imincik/qgis-nixos-testNikolay Korotkiy2-2/+34
qgis: add nixos tests
2023-09-20Merge pull request #253687 from dotlambda/plausible-2.0.0Robert Schütz1-0/+2
plausible: 1.4.4 -> 2.0.0
2023-09-20plausible: also install trackerRobert Schütz1-0/+2
2023-09-20nixosTests.sudo-rs: fix syntaxMaciej Krüger1-4/+4
2023-09-20Merge pull request #253876 from nbraud/nixos/sudo-rsMaciej Krüger2-0/+98
2023-09-20Merge pull request #255549 from wegank/wordpress-bumpWeijia Wang1-1/+1
wordpress: 6.2.2 -> 6.3.1
2023-09-19nixos/tests/openssh: add `Match` config for validation testCarl Richard Theodor Schneider1-0/+33
2023-09-19linux/hardened/patches/6.5: init at 6.5.3-hardened1Fabián Heredia Montiel1-0/+1
2023-09-18nixos/sudo: Add tests for sudo-rs toonicoo2-0/+98
Duplicated sudo's testsuite for now, as its maintainer does not with to collaborate on testing effors; see #253876. Environment-related tests were removed, as sudo-rs does not support `(NO)SETENV` yet; see memorysafety/sudo-rs#760
2023-09-18Merge pull request #241973 from 999eagle/feat/synapse-workersMaximilian Bosch2-0/+51
nixos/synapse: add support for workers, cleanup
2023-09-18nixos/synapse: move services.matrix-synapse.workers.config to ↵Sophie Tauchert1-4/+1
services.matrix-synapse.workers
2023-09-18nixos/synapse: document options betterSophie Tauchert1-3/+1
Co-authored-by: Daniel Olsen <daniel.olsen99@gmail.com>
2023-09-18nixos/synapse: add test for running synapse with workersSophie Tauchert2-0/+56
Co-authored-by: Daniel Olsen <daniel.olsen99@gmail.com>
2023-09-18ulogd: add support for multiple logging stacksPhilippe Hürlimann4-83/+105
fixes #244469
2023-09-17nixosTests.docker-tools: bump diskSize from 2048 -> 3072Robert Scott1-1/+1
2023-09-17nixos/frp: add test and link to packagezaldnoay2-0/+87
2023-09-17nixos/zfs: fix tests on zfsUnstableJörg Thalheim1-2/+5
2023-09-17wordpress: 6.2.2 -> 6.3.1Weijia Wang1-1/+1
2023-09-15nixos/amd.sev: add testVincent Haupert2-0/+57
2023-09-14Merge pull request #250735 from TheNeikos/fix/discoursePol Dellaiera1-1/+1
discourse: update 3.1.0.beta4 -> 3.1.0
2023-09-14Merge pull request #254512 from rnhmjoj/pr-anboxMichele Guerini Rocco1-4/+0
anbox: always use postmarket OS images
2023-09-13nixos/switchTest: Also test restarting from aborted switchesJanne Heß1-0/+7
2023-09-13nixos/switchTest: Also test systemd restartsJanne Heß1-0/+9