Commit graph

12227 commits

Author SHA1 Message Date
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
nixpkgs-ci[bot] 55d3fa58ff
Merge master into staging-next 2025-09-22 06:06:50 +00:00
h7x4 5d017310b6
nixos/tests/systemd-journal: Fix typo in test (#444569) 2025-09-22 00:58:35 +00:00
nixpkgs-ci[bot] 7aea249c7b
Merge master into staging-next 2025-09-22 00:17:41 +00:00
dish 5ca2d8a9c8
kubernetes: 1.33.3 -> 1.34.0 (#441158) 2025-09-21 19:38:09 +00:00
nixpkgs-ci[bot] 6d1eafeb4c
Merge master into staging-next 2025-09-21 12:05:48 +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
Emily 6607ec3c6f
curl: enable HTTP/3 support by default (#435914) 2025-09-21 05:49:07 +01:00
TheRealGramdalf a061c6c3b9 nixosTests.dashy: init 2025-09-20 17:38:30 -07:00
nixpkgs-ci[bot] 5428c134e6
Merge staging-next into staging 2025-09-20 18:05:35 +00:00
Luflosi 7ff16196de
nixos/tests/ipget: init
Add a NixOS VM test for ipget.
2025-09-20 19:32:38 +02:00
Marie Ramlow a7b73a106a curlHTTP3: drop 2025-09-20 19:07:52 +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
nixpkgs-ci[bot] ca7f2a47c0
Merge staging-next into staging 2025-09-19 18:06:36 +00: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
nixpkgs-ci[bot] 00ada71dec
Merge staging-next into staging 2025-09-19 12:07:48 +00:00
Michele Guerini Rocco 69e93f65b6
nixos/podman: Introduce new option extraRuntimes. (#443399) 2025-09-19 09:37:16 +00:00
K900 be0b9e1bff Merge remote-tracking branch 'origin/staging-next' into staging 2025-09-19 07:49:55 +03:00
Philip Taron f80753ee0f
nixos/tpm2, tpm2-tss, tpm2-pytss: improve usability of TPM2 FAPI (#440251) 2025-09-18 22:54:00 +02: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
nixpkgs-ci[bot] 15409f9947
Merge staging-next into staging 2025-09-18 18:06:41 +00: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
nixpkgs-ci[bot] 95378ada6a
Merge staging-next into staging 2025-09-18 12:08:07 +00: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
K900 331da809dd
canokey-qemu: mark broken (#443806) 2025-09-18 08:41:06 +03:00
Franz Pletz 6e3bccdd2d
nixos/systemd: add units for capsule support 2025-09-17 21:41:43 +02:00
nixpkgs-ci[bot] 14bccfe430
Merge staging-next into staging 2025-09-17 18:06:09 +00:00
Emily 52d6c7b90d canokey-qemu: mark broken
Uses a four‐year‐old patched vendored version of Mbed TLS for
cryptography that doesn’t build with CMake 4. Doesn’t build with
current versions of `canokey-core`, either. No upstream development
since 2023.

This was only used in‐tree by the `systemd-initrd-luks-fido2`
NixOS test, which is not a channel blocker and that I couldn’t
find a historical failure for that wasn’t related to issues with
the test driver.
2025-09-17 18:07:56 +01:00
Florian Klink 6a1a2fe204
nixos/paretosecurity: Add support for declarative linking (#432756) 2025-09-17 15:04:36 +00:00
nixpkgs-ci[bot] 0432830cdf
Merge staging-next into staging 2025-09-17 12:07:53 +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
nixpkgs-ci[bot] 7ae9347dfb
Merge staging-next into staging 2025-09-16 18:06:57 +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
nixpkgs-ci[bot] 3cf2f09936
Merge staging-next into staging 2025-09-16 12:07:49 +00: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
Scott Stephens a28fc3713d nixos/tpm2: add tests 2025-09-15 17:25:19 -04:00
nixpkgs-ci[bot] 6ec57b45c7
Merge staging-next into staging 2025-09-15 16:09:34 +00:00
Wolfgang Walther e5ce5c2500
ci/eval/compare: add 10.rebuild-nixos-tests label (#439255) 2025-09-15 14:29:47 +00:00
nixpkgs-ci[bot] 264b97ec67
Merge staging-next into staging 2025-09-15 13:52:03 +00:00
Bobby Rong c718a7eca4
nixos/pantheon: Default to wayland session (#442810) 2025-09-15 12:57:30 +00:00
nikstur 950fb49006
audit: 4.1.1-unstable-2025-08-01 -> 4.1.2, cleanup (#441506) 2025-09-15 10:53:38 +02:00
nixpkgs-ci[bot] 8d6550dfef
Merge staging-next into staging 2025-09-15 06:07:19 +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
nixpkgs-ci[bot] eea9839c6e
Merge staging-next into staging 2025-09-14 00:17:55 +00:00
h7x4 c347657847
nixos/ente: init modules (#406847) 2025-09-13 22:11:42 +00:00
K900 5e55633983 Merge remote-tracking branch 'origin/staging-next' into staging 2025-09-13 21:19:36 +03: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
nixpkgs-ci[bot] 96acd252c7
Merge staging-next into staging 2025-09-12 00:16:59 +00:00
Marcus Ramberg 68c91e9584
nixos/k3s: use improved error reporting and assertions (#441991) 2025-09-11 21:45:30 +00:00
nixpkgs-ci[bot] 0da46582cf
Merge staging-next into staging 2025-09-11 18:06:10 +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
Grimmauld f063f32450
nixos/auditd: Use new default socket path
The default path of the audisp socket was chanegd in 4ade1466f9
2025-09-11 10:05:53 +02:00
Grimmauld 1884f0fa52
nixos/audit: rename service to audit-rules-nixos to avoid collisions with the upstream unit 2025-09-11 10:05:46 +02: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
nixpkgs-ci[bot] 3e0c2daff8
Merge staging-next into staging 2025-09-10 18:06:27 +00: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
nixpkgs-ci[bot] d63b272849
Merge staging-next into staging 2025-09-10 06:06:29 +00: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] d4a82f90df
Merge staging-next into staging 2025-09-09 18:06:05 +00: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] 1899bbae51
Merge staging-next into staging 2025-09-09 12:07:40 +00: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
Wolfgang Walther b9ec8bed14
treewide: fix typos in md files (#439306) 2025-09-09 08:03:31 +00:00
Arian van Putten daffcbe598
various: drop due to broken src (#439158) 2025-09-09 08:53:25 +02:00
Ben Siraphob 64fb0fc99b
nixos/doc: fix typos 2025-09-09 13:15:19 +07: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
Neyts Zupan 93403bdacd nixos/paretosecurity: Add support for declarative linking
Before this PR, users that wanted to link their Pareto Desktop
to Pareto Cloud had to imperatively run `paretosecurity link ...`.
This PR adds a oneshot systemd service that does the linking
so the entire Pareto app can be configured declaratively with nix.
2025-09-07 15:25:49 +00:00
Christoph Heiss 6a1ef1c2b8
floorp: drop
Will be replaced with a -bin build, which becomes necessary due to
upstream becoming unfeasible to build from source starting with the 12.x
release line.

An appropriate `throw` is also added, to advise users to upgrade to the
new -bin variant.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-09-06 22:27:46 +02:00
nixpkgs-ci[bot] 0b98a49ec9
Merge master into staging-next 2025-09-06 18:04:41 +00:00
Haylin Moore 560c08f2cc minecraft: drop
The package has been broken for over a year and multiple major minecraft releases.
There are better launchers for minecraft like prismlauncher.
2025-09-06 15:32:47 +02:00
nixpkgs-ci[bot] 5c32d7788d
Merge master into staging-next 2025-09-06 12:05:56 +00:00
Jonathan Davies 2466ef16e1
apacheKafka: 4_1: init at 4.1.0 2025-09-06 08:12:26 +00:00
Tristan Ross 0cc1634b9f nixos/tests/refind: init test 2025-09-06 12:29:15 +05:30
nixpkgs-ci[bot] 7db992d114
Merge master into staging-next 2025-09-05 18:05:26 +00:00
dish 2b2ff53811
prometheus-script-exporter: switch to maintained fork (#435767) 2025-09-05 11:57:06 -04:00
nixpkgs-ci[bot] 83ae2a18c8
Merge master into staging-next 2025-09-05 12:06:35 +00:00
Wolfgang Walther 6d90bae447
nixosTests.simple: drop minimal profile
This should be a test that will change whenever most likely *all* NixOS
tests change. As such it should use the most "default" configuration
possible. This decreases chances of a change that will affect almost
other NixOS tests to go unnoticed by this test.

With the minimal profile used previously, there could be changes made to
the default behavior of NixOS modules which were explicitly disabled in
this profile. These would not change the simple test, but would change
all other tests.

Removing as many moving parts as possible from this test should make it
the most default it can be. It now contains only pieces that every other
NixOS test has, too: A name, a machine and a testScript. But nothing
fancy.
2025-09-04 21:27:31 +02:00
nixpkgs-ci[bot] 63e18a8927
Merge master into staging-next 2025-09-04 18:05:10 +00:00
Robert Rose 5b918c8e92 nixos/k3s: cover bundled traefik deployment in auto deploy charts test 2025-09-04 17:19:37 +02:00
Ulrik Strid 75a40f5384
k3s: passthru.airgapImages -> passthru.airgap-images (#440155) 2025-09-04 16:23:42 +02:00
Bobby Rong 3d2f1c5501
mate.mate-wayland-session: 1.28.3 -> 1.28.4 (#439858) 2025-09-04 22:09:27 +08:00
Robert Rose ee5c14470c k3s: passthru.airgapImages -> passthru.airgap-images 2025-09-04 14:52:57 +02:00
Michael Smith 40c80ed80c
maintainers: drop michaelshmitty 2025-09-04 14:24:24 +02:00
nixpkgs-ci[bot] 576af05d09
Merge master into staging-next 2025-09-03 21:56:09 +00:00
06kellyjac 6cf423db94 nixos/llama-swap: add nixos vm test with opt-in model usage
Add a basic llama-swap test and perform more extensive tests using
SmolLM2 if allowed.
2025-09-03 22:15:38 +02:00
K900 fa2f6adfe6 Merge remote-tracking branch 'origin/master' into staging-next 2025-09-03 21:17:21 +03:00
Ulrik Strid e50f648270
k3s: simplify airgap images passthru (#434812) 2025-09-03 18:03:54 +02:00
Bobby Rong 04865fae77
mate.mate-wayland-session: 1.28.3 -> 1.28.4
https://github.com/mate-desktop/mate-wayland-session/compare/v1.28.3...v1.28.4
2025-09-03 21:28:05 +08:00
K900 9ae07d7c4c Merge remote-tracking branch 'origin/master' into staging-next 2025-09-03 15:18:10 +03:00
Paul Haerle 0f973abbd1
healthchecks: 3.9 -> 3.11, drop phaer from maintainers (#438013) 2025-09-03 12:18:14 +02:00
phaer 80f0ffd7d2 healtchecks: 3.9 -> 3.11
Also, add new pyjwt dependency.

Test currently fail at the very last check, suggesting that the
services does run but that our wrapper for manage.py is currently broken.
2025-09-03 10:50:57 +02:00
Vladimír Čunát a413106654
Merge branch 'master' into staging-next 2025-09-03 06:28:10 +02:00
nixpkgs-ci[bot] 8d5424e46b
Merge master into staging-next 2025-09-03 00:15:33 +00:00
Chris Moultrie 7fb53a9eeb
tests/forgejo: tebriel added to maintainers 2025-09-02 19:08:44 -04:00
Yt 5383f21c16
nixos/tests/stalwart-mail: wait for port 80 (#412970) 2025-09-02 15:59:57 -04:00
nixpkgs-ci[bot] b4c4165f04
Merge master into staging-next 2025-09-02 18:04:47 +00:00
Wolfgang Walther 27520fe100
nixos/seafile: drop (#435059) 2025-09-02 13:48:23 +00:00
melvyn fb9709ef29 nixos/seafile: drop 2025-09-02 09:33:13 -04:00
dish 76b64d0c12
nixos/tests/pleroma: rm x-xss-protection (#439464) 2025-09-02 09:03:59 -04:00
dish c979b0e6f0
nixos/grocy: don't set X-XSS-Protection anymore (#439344) 2025-09-02 09:02:32 -04:00
nixpkgs-ci[bot] 4005e98c51
Merge master into staging-next 2025-09-02 12:07:22 +00:00
Diogo Correia 3e5e0d6746
nixos/tests/stalwart-mail: wait for port 80
Since #411265 and #412054 were merged at the same time, the test ended
up not waiting for port 80 after the service restart.
2025-09-02 12:25:47 +01:00
Picnoir f2edbb6a16 nixos/tests/pleroma: rm x-xss-protection
See https://github.com/NixOS/nixpkgs/issues/438800
2025-09-02 10:37:24 +02:00
isabel 601099ee4e
syncthing: 1.30.0 -> 2.0.3; nixos/synthing: fix flags against 2.0 (#436432) 2025-09-02 08:45:00 +01:00
nixpkgs-ci[bot] 46b1f8a0ce
Merge master into staging-next 2025-09-02 00:16:27 +00:00
Sandro cce6879db0
nixos/tests/headscale: test dns records config (#384749) 2025-09-02 00:19:21 +02:00
TakodaS ce6c940c90
nixos/tests/headscale: test dns records config 2025-09-02 00:14:16 +02:00
Diogo Correia 80f6d36543
{nixos/,}grocy: add diogotcorreia as maintainer 2025-09-01 22:30:43 +01:00
Adam C. Stephens 41a6f4ec1c
nixos/tests/openvswitch: improve ping check resiliency (#439195) 2025-09-01 16:39:27 -04:00
Robert Rose f2faac4d0c k3s: simplify airgap images passthru
This reduces the filtering and renaming of airgap images archives to
make the update script and builder more resilient to upstream changes.
Additionally, it reduces the code of the k3s builder.
2025-09-01 20:14:52 +02:00
nixpkgs-ci[bot] 9f455ea141
Merge master into staging-next 2025-09-01 16:25:26 +00:00
John Ericson 6ada30eca4
nixVersions.nix_2_31: init at 2.31.0 (#437584) 2025-09-01 11:57:41 -04:00
Sandro 6779ff00b3
nixos/glitchtip: fix sourcemap uploads, add stateDir option (#438957) 2025-09-01 17:53:54 +02:00
Sandro dc85fea675
angrr: init at 0.1.1 (#439121) 2025-09-01 17:53:41 +02:00
Sandro 88e2e5af84
ifstate: init at 2.0.0 (#431047) 2025-09-01 17:44:24 +02:00
Lin Yinfeng 1b0478e165
angrr: init at 0.1.1
Also add a nixos module and a nixos test.
2025-09-01 22:17:22 +08:00
Adam C. Stephens b61d0aa2f0
nixos/tests/openvswitch: improve ping check resiliency
(cherry picked from commit 03a9484617)
2025-09-01 09:49:05 -04:00
Wolfgang Walther f316c67316
nixos/eris-server: drop 2025-09-01 14:04:47 +02:00
nixpkgs-ci[bot] 1698496d46
Merge master into staging-next 2025-09-01 00:20:10 +00:00
Adam C. Stephens 2addb7b86d
river: rename to river-classic, 0.3.11 -> 0.3.12 (#438738) 2025-08-31 16:13:56 -04:00
Sandro b62d48b281
nixos/paperless: add configureNginx option (#385637) 2025-08-31 21:05:16 +02:00
nixpkgs-ci[bot] 28a77664bb
Merge master into staging-next 2025-08-31 18:04:38 +00:00
Defelo e9de9b50ce
nixos/tests/glitchtip: test sourcemap uploads 2025-08-31 18:09:06 +02:00
Wolfgang Walther f09f724ef8
maintainers: drop ehmry
This user is blocked since May 2025, thus can't maintain any packages
anymore.
2025-08-31 16:53:44 +02:00
nixpkgs-ci[bot] 33bedf3c25
Merge master into staging-next 2025-08-31 12:06:11 +00:00
Maximilian Bosch 1c5996808e
Merge: linux_6_15: remove (#436253) 2025-08-31 11:08:56 +02:00
isabel 063267b711
nixos/syncthing: fix flags against 2.0 release 2025-08-31 09:02:19 +01:00
andre4ik3 b95b91c956
nixos/dnscrypt-proxy: rename from dnscrypt-proxy2
Renames the `dnscrypt-proxy2` module (back) to `dnscrypt-proxy`, to
match the package, which was renamed in 2023.

The systemd service is also renamed to `dnscrypt-proxy`, but an alias to
`dnscrypt-proxy2` is provided for backwards compatibility.
2025-08-31 00:17:07 +00:00
Adam C. Stephens ffc8f1707b
river: rename to river-classic 2025-08-30 18:49:56 -04:00
nixpkgs-ci[bot] 320a8effd2
Merge master into staging-next 2025-08-30 18:04:32 +00:00
Vladimír Čunát d95b37aeac
Merge branch 'staging' into staging-next 2025-08-30 17:06:43 +02:00
Philip Taron f7fecd5802
nixosTests.nix-upgrade: fix eval 2025-08-30 06:23:07 -07:00
Wolfgang Walther 18d75dd08c
nixos/postgresql-backup: add pgdumpAllOptions (#438371) 2025-08-30 12:22:54 +00:00
Maximilian Bosch 510532e9ae
linux_6_15: remove
EOL upstream.

We only have one hardened kernel at the moment now because
LTS == latest available. This situation would've also happened before
the cleanup since 6.13/6.14 were removed in June already[1].

[1] 23b573705d
2025-08-30 13:53:01 +02:00
undefined 5365b3cdd9
gatus: 5.19.0 -> 5.23.2 2025-08-30 05:51:34 +08:00
Sefa Eyeoglu 82d2631e1c
nixos/postgresql-backup: add pgdumpAllOptions
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-08-29 22:22:11 +02:00
Grimmauld 584d4e417e
nixos/tests/opensnitch: assert ebpf modules are loaded successfully 2025-08-29 18:49:55 +02:00
Grimmauld 53b59eeee4
nixos/tests/audit: reduce log level to reduce spam 2025-08-29 18:44:27 +02:00
nixpkgs-ci[bot] 254e2173bf
Merge staging-next into staging 2025-08-28 18:06:30 +00:00
Maximilian Bosch fe347f86a9
Merge: treewide: small maintainer updates for ma27 (#437458) 2025-08-28 19:14:35 +02:00