Commit graph

12100 commits

Author SHA1 Message Date
Wolfgang Walther 4182de0892
{pg-dump-anon,postgresql.pkgs.anonymizer}: 1.3.2 -> 2.4.1
Release Notes:
https://gitlab.com/dalibo/postgresql_anonymizer/-/blob/latest/CHANGELOG.md?ref_type=heads#20250919--241---minor-bug-fixes
2025-09-24 13:57:41 +02:00
Cabia Rangris 320f897dda
outline: 0.87.3 -> 0.87.4 (#444287) 2025-09-24 09:49:02 +00:00
Robert Hensing 38d19f7967
nixosTests.docker-tools-nix-shell: Fix test (#445632) 2025-09-24 09:35:54 +00:00
isabel 56dd75449b
nixosTests.dashy: init (#443896) 2025-09-24 09:06:07 +00:00
Dionysis Grigoropoulos f57583db80
nixosTests.docker-tools-nix-shell: Fix test
This test fails because the VM doesn't have enough disk space. Inceasing
it by almost one GB makes the test pass.
2025-09-23 23:00:10 +03:00
misuzu e7fa9ff16c
nixos-init: init at 0.1.0 (#433154) 2025-09-23 12:48:56 +00:00
nikstur 3c24952c6d chroot-realpath: drop in favour of nixos-init 2025-09-23 00:21:34 +02:00
nikstur d0c03e4c5a nixos-init: init at 0.1.0 2025-09-23 00:21:33 +02:00
Niklas Korz 444d9c4702 nixosTests.jenkins: fix running on darwin hosts 2025-09-22 19:00:25 +02:00
Calum MacRae 44fe5c8ee0
nixos/victoriatraces: init service module
Add service module for VictoriaTraces, following the same patterns
as the existing victorialogs and victoriametrics modules.
2025-09-22 12:50:40 +01:00
Jack Rosenberg d3676c73e5 nixos/tests/pangolin: init
Co-authored-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-09-22 12:25:42 +02:00
Alexander Sieg 8073392362
nixos/tests/outline: drop minio to simplify test; increase memorySize do to OOM error 2025-09-22 11:04:16 +02:00
h7x4 5d017310b6
nixos/tests/systemd-journal: Fix typo in test (#444569) 2025-09-22 00:58:35 +00:00
dish 5ca2d8a9c8
kubernetes: 1.33.3 -> 1.34.0 (#441158) 2025-09-21 19:38:09 +00:00
Maximilian Bosch dbf29d874a
nixos/systemd-machinectl: fix eval with allowAliases=false; unified hierachy is enabled already 2025-09-21 13:26:23 +02:00
Maximilian Bosch a532cb052e
nixos/containers: add boot.isNspawnContainer option
There are a bunch of components such as incus or LXC that also use
`boot.isContainer`, so we'd have to differentiate between "OS container"
and "actually nspawn".

This became necessary for the file-systems part where nspawn takes care
of setting up special filesystems like `/proc`, `/dev` etc., but others
don't.

To allow for a `boot.isContainer` being less overloaded, this introduces
`boot.isNspawnContainer` that is exclusively used for nspawn-specific
things. When `true`, `boot.isContainer = true;` is implied.
2025-09-21 13:26:23 +02:00
Bjørn Forsman a80e12c29e
bcache-tools: 1.0.8 -> 1.1 (#441847)
ofborg for x86_64-darwin has not made progress in 8 days, I'm going to merge.
2025-09-21 09:02:08 +02:00
Will Fancher e92111bed5
nixos/tests/installer: Fix clevisZfsParentDatasetFallback with systemd stage 1 (#444868) 2025-09-21 06:55:04 +00:00
Will Fancher 81e3c0ed30 nixos/tests/installer: Fix clevisZfsParentDatasetFallback with systemd stage 1 2025-09-21 02:20:47 -04:00
TheRealGramdalf a061c6c3b9 nixosTests.dashy: init 2025-09-20 17:38:30 -07:00
Luflosi 7ff16196de
nixos/tests/ipget: init
Add a NixOS VM test for ipget.
2025-09-20 19:32:38 +02:00
Wolfgang Walther bebd83aa93
maintainers: remove Madouura (#442867) 2025-09-20 15:33:00 +00:00
Arian van Putten c71ad29633 nixos/tests/systemd-journal: Fix typo in test 2025-09-20 10:34:18 +02:00
dish 35c669bae6
suwayomi-server: 1.1.1 -> 2.1.1867 (#400589) 2025-09-19 17:03:36 +00:00
RatCornu 410aac158b
nixosTests.suwayomi-server: use runTest 2025-09-19 17:16:59 +02:00
RatCornu 57c298f8cd
suwayomi-server: 1.1.1 -> 2.1.1867 2025-09-19 17:16:57 +02:00
Michele Guerini Rocco 69e93f65b6
nixos/podman: Introduce new option extraRuntimes. (#443399) 2025-09-19 09:37:16 +00:00
Grimmauld c12e462bdc
nixos/systemd: Add package version tests to integration tests (#443216) 2025-09-18 19:23:52 +00:00
Florian Klink a50950f54e
nixos/systemd: add units for capsule support (#443510) 2025-09-18 21:28:45 +03:00
Bobby Rong 0147c2f1d5
pantheon.elementary-session-settings: Drop x11 session (#443289) 2025-09-18 12:31:41 +00:00
Bobby Rong a9ce047de6
nixos/tests/pantheon: Always use pgrep -xf
To make sure we are e.g. starting the correct GSD.
2025-09-18 20:23:50 +08:00
René Neumann f33ac79c24 nixos/podman: Add test with podman without runc 2025-09-18 14:19:33 +02:00
Michele Guerini Rocco 10a275e220
nixos/podman: Tests: Ensure the network-online.target to be reached. (#443837) 2025-09-18 09:19:31 +00:00
René Neumann 157a0c0c54 nixos/podman: Ensure the network-online.target to be reached
This is normally not the case without any actual network services. But podman waits for this target to be reached when starting a rootless container (see containers/podman#24796 ).

While the tests work without the fix, this change removes waiting for a timeout.

Fixes #443423.
2025-09-18 10:50:34 +02:00
Maximilian Bosch 931efcfc04
prometheus-postfix-exporter: 0.14.0 -> 0.15.0 (#442590) 2025-09-18 08:48:04 +00:00
Maximilian Bosch ae734abb37
nixos/postfix-exporter: fix test 2025-09-18 09:23:52 +02:00
Franz Pletz 6e3bccdd2d
nixos/systemd: add units for capsule support 2025-09-17 21:41:43 +02:00
Florian Klink 6a1a2fe204
nixos/paretosecurity: Add support for declarative linking (#432756) 2025-09-17 15:04:36 +00:00
Jonathan Davies 2b80bf0b34
nixos/systemd: Add package version tests to integration tests 2025-09-17 10:55:46 +00:00
Jon Seager 64c777559b
homepage-dashboard: add unixtools.ping to PATH (#442572) 2025-09-17 08:37:50 +00:00
Parthiv Krishna 74411c6c0d nixosTests.homepage-dashboard: add test for ping property on service
Use homepage's API to ensure that ping works
2025-09-17 08:21:53 +00:00
Michele Guerini Rocco 098e9e0187
nixos/wpa_supplicant: add option to pass additional configuration files (#437247) 2025-09-17 07:29:00 +00:00
Parthiv Krishna 3df6d80063 homepage-dashboard: add parthiv-krishna to maintainers 2025-09-17 03:12:21 +00:00
rnhmjoj 4fc98dff6b
nixos/wpa_supplicant: add option to pass additional configuration files to wpa_supplicant 2025-09-16 19:15:47 +02:00
nikstur 84f6bb7454 nixos/tests: fix userborn-immutable-etc test
/etc/resolvconf.conf tries to modify files in /etc which obviously
doesn't work with an immutable /etc. Use systemd-networkd instead which
doesn't touch files in /etc.
2025-09-16 14:05:31 +02:00
Yorick 3e2c4e85ad
nixos/victoriametrics: Add ability to pass basicAuthPasswordFile (#441886) 2025-09-16 09:34:33 +00:00
Maximilian Bosch 8bc506997a
postfix: add sasl authentication tests (#441019) 2025-09-16 08:11:17 +00:00
Wolfgang Walther e5ce5c2500
ci/eval/compare: add 10.rebuild-nixos-tests label (#439255) 2025-09-15 14:29:47 +00:00
Bobby Rong c718a7eca4
nixos/pantheon: Default to wayland session (#442810) 2025-09-15 12:57:30 +00:00
Bobby Rong 03515b65f3
nixos/tests/pantheon: Restore greeter test
Using ydotool this time.
2025-09-14 23:06:44 +08:00
Bobby Rong f5a8000150
nixos/pantheon, pantheon.elementary-greeter: Default to pantheon-wayland session
See elementary/session-settings issue 91.
2025-09-14 23:06:44 +08:00
Léana 江 18a21482c4
nixos/tests/wpa_supplicant: test duplicate SSID with different BSSID 2025-09-14 17:48:44 +08:00
Bobby Rong c40ffeccd1
nixos/tests/pantheon: Only test wayland session
This copies the previous pantheon-wayland test to pantheon.
2025-09-14 14:36:05 +08:00
Bobby Rong b9eea40616
nixos/pantheon: Move out of X11
The next few commits will make pantheon-wayland the default.

Note that the Pantheon LightDM greeter option is left untouched
right now since it still runs under X11.
2025-09-14 14:36:05 +08:00
Aidan Gauland 3b41a66a68 nixos/tests/bcachefs: update meta.maintainers
Inherit maintainers from bcachefs-tools package.
2025-09-14 14:16:26 +12:00
h7x4 c347657847
nixos/ente: init modules (#406847) 2025-09-13 22:11:42 +00:00
Adam C. Stephens fabeeecdbc
nixos/tests/lxd-image-server: use incus instead of lxd 2025-09-13 12:47:01 -04:00
Adam C. Stephens ec17e680af
lxd: remove packages and modules 2025-09-13 12:47:00 -04:00
Jacek Galowicz 63c246dbe9
nixos/test-driver: Add machine.get_console_log() (#442390) 2025-09-13 15:12:17 +00:00
Wolfgang Walther 4d055c69f7
nixos/all-tests: keep-sorted 2025-09-13 14:18:39 +02:00
oddlama 84d7ec6875
nixos/ente: init module and test 2025-09-13 10:59:35 +02:00
Shogo Takata 86263107aa
nixosTests.bcache: init 2025-09-13 00:51:33 +09:00
Robert Hensing 6d521ceac9 nixos/test-driver: Add machine.get_console_log() 2025-09-12 16:46:03 +02:00
Illia Pshonkin dcf2b9c0a0 nixos/victoriametrics: Add ability to pass basicAuthPasswordFile 2025-09-12 07:59:46 +02:00
Marcus Ramberg 68c91e9584
nixos/k3s: use improved error reporting and assertions (#441991) 2025-09-11 21:45:30 +00:00
Franz Pletz c986990888
nixos/anubis: Add missing botPolicy option implementation (#401622) 2025-09-11 15:55:35 +00:00
misuzu c1ad944ed9
floorp: drop, replace with floorp-bin; init at 12.1.4 (#439994) 2025-09-11 15:20:09 +00:00
Franz Pletz a1b4ee54d5
nixos/snapserver: migrate to settings option (#441245) 2025-09-11 15:02:12 +00:00
Robert Rose f5d63b9376 nixos/k3s: use improved error reporting and assertions
Additionally, mark testScript as python and remove shutdowns at the end
of tests.
2025-09-11 10:01:04 +02:00
Jon Seager d7a3bd3cef
multipass: remove jnsgruk as a maintainer 2025-09-10 14:45:42 +01:00
Jon Seager 9a25139e8b
homepage-dashboard: remove jnsgruk from maintainers 2025-09-10 14:35:16 +01:00
Jon Seager cfdb1500e3
scrutiny: remove jnsgruk from maintainers 2025-09-10 14:32:15 +01:00
David Wronek 3a6eb5b0e3 nixos/sshwifty: init test
Signed-off-by: David Wronek <david.wronek@mainlining.org>
2025-09-10 07:40:09 +02:00
nixpkgs-ci[bot] 077cb3aa7d
Merge master into staging-next 2025-09-09 18:05:25 +00:00
Sandro 42efe1cc8a
nixos/dnscrypt-proxy: rename from dnscrypt-proxy2 (#433312) 2025-09-09 17:45:50 +02:00
nixpkgs-ci[bot] c993acaaff
Merge master into staging-next 2025-09-09 12:06:57 +00:00
Grimmauld 02176efa65
nixos/opensnitch: various fixes (#438316) 2025-09-09 11:12:09 +00:00
Franz Pletz b3ec65dc1e
nixos/ntfy: add environmentFile option for secrets (#441304) 2025-09-09 11:50:41 +02:00
Paul Haerle c6063d4903
silverbullet: 0.9.4 -> 2.0.0 (#441299) 2025-09-09 10:35:50 +02:00
Arian van Putten daffcbe598
various: drop due to broken src (#439158) 2025-09-09 08:53:25 +02:00
Matt McHenry 2b50f4e4d5 nixos/tests/postfix: add sasl authentication tests
this was tricky to get set up correctly.  hopefully having it
documented in the tests will be helpful to future users (and help
ensure it keeps working for me).
2025-09-08 20:53:03 -04:00
Matt McHenry a771b27d21 nixos/tests/postfix: use writePython3Bin in tests
and fix resulting linting errors
2025-09-08 20:52:47 -04:00
nixpkgs-ci[bot] e17f375991
Merge master into staging-next 2025-09-09 00:16:24 +00:00
Martin Weinelt 6d2ea675c3
nixos/snapserver: migrate to settings option
Replaces the complex commandline templating with a structured freeform
settings type, that renders out in the ini format while converting lists
to multiple key-value pairs.
2025-09-09 02:15:53 +02:00
Martin Weinelt 62029600b7
nixos/tests/tlsrpt: fix test 2025-09-09 00:27:07 +02:00
xgroleau 810154770f nixos/ntfy: add environmentFile option for secrets 2025-09-08 23:08:44 +02:00
phaer c57a589ae7 tests/silverbullet: remove extraArgs
As neither seems to be supported in current release
2025-09-08 22:34:03 +02:00
Vladimír Čunát a713d31b56
Merge branch 'master' into staging-next 2025-09-08 20:46:02 +02:00
Sandro 25301c0bc3
pihole: 6.1 -> 6.1.4 (#414796) 2025-09-08 15:53:45 +02:00
Philip Taron b4c3e163e3
nixosTests.libresprite: improve test consistency (#441184) 2025-09-08 14:48:00 +02:00
Philip Taron e8381f9fd6
nixosTests.varnish60: fix failing test (#441164) 2025-09-08 14:44:37 +02:00
Haylin Moore 2575320814 nixosTests.libresprite: improve test consistency
The larger font and shorter test word is making the test far more frequently locally and should stop the hour long runs on hydra
2025-09-08 14:43:13 +02:00
Haylin Moore aaa2d76de9 nixosTests.varnish60: fix failing test 2025-09-08 14:39:22 +02:00
nixpkgs-ci[bot] c9858c34f7
Merge master into staging-next 2025-09-08 12:07:18 +00:00
Matt Sturgeon 04698ee183
nixos/timekpr: init at 0.5.8 (#419487) 2025-09-08 13:10:30 +02:00
Johan Thomsen 4080cc6be8 nixos/tests/kubernetes: bump featureGates used in test, to work with v1.34 2025-09-08 11:20:53 +02:00
nixpkgs-ci[bot] 8a22392a75
Merge master into staging-next 2025-09-08 06:06:14 +00:00
Sarah Brofeldt 8cc42b1d45
apacheKafka: 4_1: init at 4.1.0 (#440619) 2025-09-08 07:47:23 +02:00
Yang, Bo 33dfc47d5e nixos/timekpr: init at 0.5.8
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-09-08 01:34:02 +00:00
averyv 82a3e70b2d
pihole-ftl: Add basic test 2025-09-07 17:21:58 +01:00