Commit graph

12376 commits

Author SHA1 Message Date
nikstur 0e0be1398a nixos/profiles: add bashless profile 2025-10-09 23:52:39 +02:00
Pol Dellaiera 7a025c2dc7
treewide: remove aidalgol (#448386) 2025-10-09 21:03:00 +00:00
Felix Buehler cf594a3b83 nixos/docuseal: init 2025-10-09 21:46:22 +02:00
nixpkgs-ci[bot] b64b1a6e98
Merge master into staging-next 2025-10-09 18:06:05 +00:00
Maximilian Bosch 285ea04d23
nextcloud32: init at 32.0.0 (#446632) 2025-10-09 18:00:09 +00:00
Victor Engmark e4be0ba6f0
nixos-containers: Remove ".nix" from test name 2025-10-09 18:04:39 +02:00
nikstur ccf0b1426f nixos/timesyncd: remove migration path dating back to 19.09
Also remove the test that only tested this migration and nothing else
about systemd-timesyncd.
2025-10-08 16:05:41 +02:00
K900 32ccd680ad Merge remote-tracking branch 'origin/master' into staging-next 2025-10-08 15:57:19 +03:00
Adam C. Stephens 1fae0a2bea
erlang: simplify generic builder and overriding (#448033) 2025-10-08 12:34:41 +00:00
nixpkgs-ci[bot] bd43b58711
Merge master into staging-next 2025-10-08 00:16:11 +00:00
Sandro d3afe2db00
hadoop: 3.4.1 -> 3.4.2, use jdk21 (#442660) 2025-10-07 18:30:46 +00:00
nixpkgs-ci[bot] 6bd303a5a5
Merge master into staging-next 2025-10-07 18:05:51 +00:00
h7x4 35ef0e22e8
nixos/linkwarden: init module, linkwarden: init at 2.13.0 (#347353) 2025-10-07 15:50:50 +00:00
sweenu f6a4509bfb
nixos/n8n: use env vars instead of config file 2025-10-07 14:52:32 +02:00
Jan van Brügge 5ae9c6959e
nixos/tests/linkwarden: init tests 2025-10-07 12:57:56 +01:00
provokateurin 34a7111f89
nextcloud32: init at 32.0.0 2025-10-07 09:45:28 +02:00
K900 fb73ccd10d Merge remote-tracking branch 'origin/staging-next' into staging 2025-10-07 08:19:36 +03:00
illustris c3c9b51017
hadoop: 3.4.1 -> 3.4.2, use jdk21
- Update hadoop to 3.4.2
- Switch from jdk11 to jdk21
- Add support for lean variant builds
- Replace netstat with ss in tests
2025-10-06 22:03:11 +05:30
dish 231b923f0a
{nixos/,}.tt-rss: drop (#448401) 2025-10-06 13:54:05 +00:00
Doron Behar 4ec104a4fd
musescore: 4.5.2-unstable-2025-07-03 -> 4.6.0 (#448796) 2025-10-06 09:15:16 +00:00
dotlambda 65fb719b8c
nixos/immich: add secretSettings option (#448238) 2025-10-06 09:07:08 +00:00
Sarah Brofeldt dbd5479105
apacheKafka: Deprecate 3.7 and 3.8 series (#446610) 2025-10-06 07:56:46 +00:00
Doron Behar 21008a6b52 nixosTests.musescore: adapt test to 4.6.0 and beyond 2025-10-05 23:40:35 +03:00
Martin Weinelt 4d28f658ba
nixos/limesurvey: add nginx support
The majority of services in nixpkgs uses nginx, so for better coexistence
we add support for it. The option design follows that of mediawiki.

Co-Authored-By: Julien Malka <julien@malka.sh>
2025-10-05 22:29:44 +02:00
Acid Bong f418365067
maintainers: drop evils 2025-10-05 22:22:45 +03:00
nixpkgs-ci[bot] acd068a6c1
Merge staging-next into staging 2025-10-05 18:05:56 +00:00
Yohann Boniface 39d4980709
firezone-server: 0-unstable-2025-03-15 -> 0-unstable-2025-08-31 (#433162) 2025-10-05 16:07:42 +00:00
Patrick a536b2a1d6
firezone-server: 0-unstable-2025-03-15 -> 0-unstable-2025-08-10 2025-10-05 17:49:44 +02:00
Adam C. Stephens 038d146ee6
nixos/tests/rabbitmq: fail quickly if service fails to start 2025-10-05 11:14:33 -04:00
Robert Schütz c78079059a nixos/immich: add secretSettings option 2025-10-05 02:44:08 -07:00
Wolfgang Walther 5e1f5b623b
Merge branch 'staging-next' into staging 2025-10-05 11:40:56 +02:00
K900 e93c560b79 Merge remote-tracking branch 'origin/master' into staging-next 2025-10-05 12:17:08 +03:00
Wolfgang Walther 91a8fee3aa
treewide: remove redundant parentheses
Auto-fixed by nixf-diagnose.
2025-10-05 10:52:03 +02:00
Wolfgang Walther c283f32d29
treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
Wolfgang Walther 90e7159c55
treewide: remove unused rec
Auto-fix by nixf-diagnose.
2025-10-05 10:49:12 +02:00
nixpkgs-ci[bot] e23d356469
Merge staging-next into staging 2025-10-05 00:18:23 +00:00
Ratchanan Srirattanamet 1422ed8801 kimai: fix bundled assets missing
We were relying on `composerNoScripts = false` to make sure post-install
command `assets:install` is run. `assets:install` copies assets from
`vendor/` directory into `public/` directory, placing it in appropriate
places.

However, with commit 80bb9aec24 ("kimai: switch to buildComposerProject2
and tag"), we switched to `buildComposerProject2` which has moved
`composer install` step to `composerVendor` derivation. By design,
`composerVendor` ignores anything that happens outside `vendor/`, so
the assets was not copied into final derivation.

So stop relying on `composerNoScripts = false` and run `assets:install`
ourselves in `postInstall` step. A side effect of this is that there is
another post-install step being skipped (`cache:clear`). However we
simply handle caches outside of the derivation (it's handled in the
module), so that's not a problem.

Fixes: https://github.com/NixOS/nixpkgs/issues/442208
2025-10-05 02:19:10 +07:00
K900 f8d669f413 Merge remote-tracking branch 'origin/master' into staging-next 2025-10-04 21:10:21 +03:00
Doron Behar 0fe515d371
nixos/syncthing: add guiPasswordFile option, add and move Syncthing tests (#446197) 2025-10-04 16:50:14 +00:00
dramforever 736ac3f69f Merge remote-tracking branch 'nixos/staging-next' into HEAD 2025-10-04 22:46:07 +08:00
nixpkgs-ci[bot] 45e7932c78
Merge master into staging-next 2025-10-04 12:05:54 +00:00
Franz Pletz a692d916c3
nixos/tests: add systemd-networkd-batadv (#448380) 2025-10-04 10:57:59 +00:00
Maximilian Bosch 8d6d9f140b
php81: remove (#448348) 2025-10-04 09:46:58 +00:00
Tom Herbers 752efb4902
nixos/tests: add systemd-networkd-batadv 2025-10-04 11:19:42 +02:00
Maximilian Bosch 7cb99c1333
php81: remove
https://www.php.net/supported-versions.php

Security support will end by 12/2025.
2025-10-04 10:03:13 +02:00
Aidan Gauland 54716a2463 Remove dangling NixOS module
Module `peroxide` has no package.
2025-10-04 16:17:46 +13:00
dish 69b4b86d23
{nixos/,}.tt-rss: drop
Per https://community.tt-rss.org/t/the-end-of-tt-rss-org/7164, it will
cease development on 2025-11-01, and since it cannot be maintained
through the release of NixOS 25.11, it is being dropped now.
2025-10-03 22:24:16 -04:00
nixpkgs-ci[bot] 1a9cdd1a7d
Merge staging-next into staging 2025-10-04 00:16:20 +00:00
nixpkgs-ci[bot] 1f71b1fc26
Merge master into staging-next 2025-10-04 00:15:35 +00:00
Maximilian Bosch 3b20c99382
nixos/irqbalance: add nixos test (#440903) 2025-10-03 22:19:03 +00:00
Maximilian Bosch 2241dbad8a
unit: drop php81 support 2025-10-03 23:46:46 +02:00
Maximilian Bosch 4085aba10a
nixos/tests/frp: use php84 2025-10-03 23:37:00 +02:00
Maximilian Bosch 2cb89c0aef
postfixadmin: remove, doesn't support php >8.1
In newer versions it does, but there's zero effort to package it by the
maintainer and it's not the job of the PHP team to pick that up.
2025-10-03 23:37:00 +02:00
Maximilian Bosch f4b702bb11
invoiceplane: remove, doesn't support php >8.1 2025-10-03 23:21:57 +02:00
Will Fancher 70ca21d3c4
systemd: v257.9 -> v258 (#427968) 2025-10-03 16:06:12 -04:00
Maximilian Bosch a6b0564b7d
nixos/filesystems: fix special file-systems for systemd-nspawn (#345899) 2025-10-03 19:33:31 +00:00
Arian van Putten 4dd4e54e2c nixos/tests/systemd-initrd-luks-tpm2: Fix on aarch64-linux
Systemd wants you to run tpm unlock on a machine with the TCG
bits of OVMF enabled. If not it just bails out with

No TPM2 hardware discovered and EFI firmware does not see it either, falling back to traditional unlocking
2025-10-03 21:17:19 +02:00
Elliot Berman fa533ecbdf
nixos: tests: kernel-generic: Add kernelPackagesExtensions test
Extend kernelPackages using kernelPackagesExtensions by adding a simple
"hello world" kernel module. Ensure it is loaded and the "Hello world!"
printk appears in dmesg.
2025-10-03 09:58:42 -07:00
Gutyina Gergő 2eceead9e7
nixos/avahi: add debug option 2025-10-03 16:55:51 +02:00
NullCube dffad9dff3 nixos/tests/syncthing: disable syncthing-many-devices test
The `syncthing-many-devices` test has been failing since at least
2025-07-06, and there doesn't appear to be any issue reports relating to
it. Disabling is done simply out of convenience, and an issue has been
reported about it.

Tracking issue: https://github.com/NixOS/nixpkgs/issues/447674
First failing hydra build: https://hydra.nixos.org/build/302090970
2025-10-03 04:43:29 -07:00
NullCube 7f483bbc00 nixos/tests/syncthing: add guiPassword and guiPasswordFile tests 2025-10-03 04:43:27 -07:00
NullCube 2ebf757637 nixos/tests/syncthing: move tests to folder 2025-10-03 04:43:24 -07:00
K900 b994cdb501 Merge remote-tracking branch 'origin/staging-next' into staging 2025-10-03 09:18:23 +03:00
Will Fancher 95ec87adcb nixos/tests/systemd: Slightly changed IP accounting message 2025-10-02 23:59:42 -04:00
Will Fancher c9115a3792 nixos/tests/machinectl: Slightly changed ID shift message 2025-10-02 23:59:42 -04:00
nixpkgs-ci[bot] dd2d512251
Merge master into staging-next 2025-10-03 00:15:52 +00:00
h7x4 316b4b6fb5
add Ringboard pkg and service module (#445583) 2025-10-02 22:49:20 +00:00
Sefa Eyeoglu 756483bb31
nixos/borgbackup: Add option wrapper (#447400) 2025-10-02 20:09:28 +00:00
René Neumann ecb103a306
nixos/borgbackup: Add option wrapper
Add an option `service.borgbackup.jobs.<name>.wrapper` that allows to
control the name of the installed wrapper script -- or even to disable
its installation at all.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-10-02 21:46:38 +02:00
nixpkgs-ci[bot] 7d9f8fb0c1
Merge staging-next into staging 2025-10-02 15:59:43 +00:00
nixpkgs-ci[bot] 7f2d963f4f
Merge master into staging-next 2025-10-02 15:58:50 +00:00
h7x4 07850aa993
nixos/tests/ringboard: init 2025-10-02 23:28:10 +09:00
David McFarland b459ffd3c8
wasabibackend: 2.0.2.1 -> 2.3.1 (#361232) 2025-10-02 14:24:07 +00:00
Aidan Gauland 9bf50ebcdf treewide: remove aidalgol
- Remove aidalgol from maintainers and all packages.
- Add maintainers to tests from their corresponding packages.
- Remove package 'heroic' because this will quickly bitrot without a
  maintainer.
2025-10-02 17:42:00 +13:00
Philip Taron 43f7d33034
mdadm: 4.3 -> 4.4 (#438382) 2025-10-02 01:47:39 +02:00
Sergei Trofimovich 693d4474a3 nixosTests.systemd-initrd-swraid: enable --bitmap=internal (fix interactive hang) 2025-10-01 21:06:20 +01:00
Sergei Trofimovich 9ba559c8d9 nixosTests.installer.swraid: enable --bitmap=internal (fix interactive hang)
Co-authored-by: Philip Taron <philip.taron@gmail.com>
2025-10-01 21:06:10 +01:00
nixpkgs-ci[bot] afa2627e4e
Merge master into staging-next 2025-10-01 18:05:33 +00:00
h7x4 4d63ee7620
nixos/irqbalance: add nixos test 2025-10-02 00:34:02 +09:00
dish 4877b8c914
renovate: 41.81.0 -> 41.132.4, fix nixos test (#447647) 2025-10-01 13:51:50 +00:00
nixpkgs-ci[bot] 099c1ef350
Merge master into staging-next 2025-10-01 12:07:23 +00:00
Ramses a77b87719f
nixos/tests/systemd-boot: switch to runTest (#436897) 2025-10-01 10:53:26 +00:00
Franz Pletz a7d284263a
nixos/tests/renovate: fixes for recent forgejo updates 2025-10-01 08:15:49 +02:00
nixpkgs-ci[bot] b873fed1e5
Merge master into staging-next 2025-10-01 00:18:39 +00:00
misuzu dd8b5b49ab
nixos/clickhouse: tests: Increase Kafka memory (#447286) 2025-09-30 20:12:08 +00:00
K900 4999ae577c Merge remote-tracking branch 'origin/master' into staging-next 2025-09-30 21:47:55 +03:00
dish 22688e8f64
maintainers: remove srxl (#447406) 2025-09-30 14:59:15 +00:00
Felix Bargfeldt 211824367f
radicle-node: 1.4.0 -> 1.5.0 (#447452) 2025-09-30 13:03:15 +00:00
Defelo 8b399523a7
radicle-node: 1.4.0 -> 1.5.0 2025-09-30 13:26:29 +02:00
Ruby Iris Juric 6d7ea3cf45
maintainers: remove srxl 2025-09-30 17:21:37 +10:00
Jonathan Davies 99fa42a62d
nixos/clickhouse: tests: Increase Kafka memory 2025-09-29 21:04:01 +01:00
Robert Rose a7bc9869c2 nixos/k3s: run etcd test with correct k3s package 2025-09-29 20:16:52 +02:00
Robert Schütz d4257061d6 Merge branch 'master' into staging-next 2025-09-29 09:51:09 -07:00
dotlambda 6b36977077
nextcloud30: drop (#446070) 2025-09-29 16:18:14 +00:00
provokateurin 3afd6ec50d
nextcloud30: drop 2025-09-29 16:03:32 +02:00
nixpkgs-ci[bot] 3c90917fd5
Merge master into staging-next 2025-09-29 12:07:15 +00:00
xanderio 15a7cb4502
nixos: fix 'do not exist' typos (#434317) 2025-09-29 08:59:22 +00:00
K900 03bf26cffa Merge remote-tracking branch 'origin/master' into staging-next 2025-09-29 08:31:31 +03:00
r-vdp 2e5d6ebbec
nixos/tests/systemd-boot: switch to runTest
This saves a lot of time and memory when evaluating these tests
2025-09-29 01:15:39 +02:00
Thomas Gerbet 18a91c2f83
morty: drop (#446354) 2025-09-28 19:26:27 +00:00
nixpkgs-ci[bot] e23c3f07e7
Merge master into staging-next 2025-09-28 18:05:02 +00:00
Aaron Andersen 771f1aaafa
nixosTests.redmine: Drop 3rdparty plugins and themes (#446137) 2025-09-28 16:26:46 +00:00
nixpkgs-ci[bot] 072095cb06
Merge master into staging-next 2025-09-28 00:18:04 +00:00
Weijia Wang d2c8d3dbc5
ipget: 0.11.3 -> 0.12.0 (#444724) 2025-09-27 23:52:03 +00:00
nixpkgs-ci[bot] 016c52f8ba
Merge master into staging-next 2025-09-27 18:05:08 +00:00
Martin Weinelt 3c6c343d73
nixos/tests/evcc: fix charger messaging
The scoping for these messages changed a while ago.
2025-09-27 16:25:53 +02:00
K900 1699460be7 Merge remote-tracking branch 'origin/master' into staging-next 2025-09-27 16:49:30 +03:00
Masum Reza 1d84eb3dff
nixos/nvme-rs: init (#410730) 2025-09-27 10:57:22 +00:00
Jonathan Davies 65715b99bb
apacheKafka: Deprecate 3.7 and 3.8 series 2025-09-27 10:38:20 +00:00
liberodark 74a08886b1 nixos/nvme-rs: init 2025-09-27 08:44:52 +02:00
K900 63730dc4de Merge remote-tracking branch 'origin/master' into staging-next 2025-09-26 22:55:30 +03:00
Nick Cao dda7e66595
nixosTests.terminal-emulators: remove eterm (#445796) 2025-09-26 19:33:43 +00:00
dish ef50371e31
prometheus-storagebox-exporter: Init at 0-unstable-2025-07-28 (#446387) 2025-09-26 19:10:48 +00:00
Defelo c88215b4a8
nixos/tests/radicle-ci-broker: init 2025-09-26 21:07:37 +02:00
Dionysis Grigoropoulos 377847e3c8
nixos/prometheus/storagebox: Init module 2025-09-26 20:24:04 +03:00
Sandro Jäckel 3c6d1656bd
morty: drop 2025-09-26 15:45:40 +02:00
nixpkgs-ci[bot] ea925c766f
Merge master into staging-next 2025-09-26 12:07:11 +00:00
Felix Singer b93160990d nixosTests.redmine: Drop 3rdparty plugins and themes
The tests are supposed to test Redmine and not if specific 3rdparty
plugins and themes work. These can be tested too, but then they should
be separated out and not be included in the main test. However, just
remove them as these weren't updated since quite a while.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-09-25 21:52:38 +02:00
nixpkgs-ci[bot] e11e848c96
Merge master into staging-next 2025-09-25 18:05:56 +00:00
Jonathan Davies 8c33c65b88
nixos/vector: tests: Use method to check for open DNSTAP socket 2025-09-25 16:55:52 +00:00
Niklas Korz 7e0bcb51b1
nixosTests.jenkins: fix running on darwin hosts (#445282) 2025-09-25 14:43:42 +00:00
Leona Maroni 6b7e5a5aca
nixos/nginx: remove deprecated vhost option enableSSL
The option services.nginx.virtualHost.<...>.enableSSL is deprecated for
8 years [^1]. It causes confusion for people who guess the option and
think it's the right one.
I think it's time to remove it for good.

^1: a912a6a291
2025-09-25 16:34:38 +02:00
Adam C. Stephens 169adc0d68
forgejo: rename bin/gitea -> bin/forgejo (#446031) 2025-09-25 13:54:41 +00:00
Adam C. Stephens 513349d0ed
forgejo: rename bin/gitea -> bin/forgejo 2025-09-25 09:00:33 -04:00
nixpkgs-ci[bot] 2bc7207ed4
Merge master into staging-next 2025-09-25 12:07:10 +00:00
Leona Maroni b3a76d495e
nixos/nginx: allow adding new ACME certificates without nginx restart
Currently, nginx gets restarted when adding a new ACME certificate, even
when `services.nginx.enableReload = true` because of changes in the
Wants/After/Before sections of `nginx.service`.
This change moves these dependencies to `nginx-config-reload.service` and
the respective ACME systemd units.
2025-09-25 10:36:42 +02:00
Leona Maroni 543d5d030f
{pg-dump-anon,postgresql.pkgs.anonymizer}: 1.3.2 -> 2.4.1 (#445784) 2025-09-25 08:26:43 +00:00
Maximilian Bosch 2f8c1fda9c
victoriatraces: init at 0.2.0 (#441750) 2025-09-25 08:17:46 +00:00
Wolfgang Walther 59fd919cdf
postgresql_18: 18rc1 -> 18.0 (#445730) 2025-09-25 08:03:47 +00:00
ghpzin cfd5ccac7a mrxvt: drop
Unmaintained upstream since 2012 and marked insecure in nixpkgs since 2021.
2025-09-25 08:47:54 +03:00
ghpzin fccd7d1db3 nixosTests.terminal-emulators: remove eterm
- remove references to `eterm` from nixosTests.
`eterm` package was dropped back in 2023:
2ab03da4fd
2025-09-24 16:21:54 +03:00
Wolfgang Walther f797efcfe8
nixosTests.postgresql.anonymizer.postgresql_18: fix test
The test for the latest PostgreSQL version will always fail while
`postgresql` doesn't point to that, yet.

That's because `pg_dump` can only connect to older versions, so the
`postgresql` package that `pg-dump-anon` uses always needs to use the
very latest version.
2025-09-24 14:32:57 +02:00
nixpkgs-ci[bot] f4c61486bf
Merge master into staging-next 2025-09-24 12:07:37 +00:00
Wolfgang Walther df837de00a
nixosTests.postgresql.anonymizer: silence warning 2025-09-24 13:58:12 +02:00
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
K900 83dfcbb306 Merge remote-tracking branch 'origin/master' into staging-next 2025-09-23 21:15:13 +03:00
Leona Maroni b76c36dcdc
nixos/tests/acme: introduce new test nginx without reload 2025-09-23 15:39:24 +02: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
nixpkgs-ci[bot] f08a85f704
Merge master into staging-next 2025-09-22 12:07:05 +00: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
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