Martin Weinelt
8244db9056
nixos/prowlarr: use DynamicUser again, configure bind mount ( #410531 )
2025-05-26 13:53:00 +02:00
Anton Mosich
f782cd6e3b
nixos/mealie: fix test
...
`simple` was never defined, I assume that this was supposed to be
`sqlite`.
2025-05-26 11:57:23 +02:00
John Titor
ad331efcaf
nixos/qemu-vm: useBootPartition -> useBIOSBoot
...
useBootPartition was ambiguous, this makes the option more like useEFIBoot
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-26 14:06:42 +05:30
sanana
c156a809e3
nixosTests.limine.bios: init
...
This patch adds a NixOS test for Limine on BIOS systems. It also fixes
some formatting in `nixos/lib/make-disk-image.nix`.
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-26 14:06:42 +05:30
Corey O'Connor
57263c6cb4
jenkins: remove coconnor as maintainer
...
I no longer use jenkins at all.
2025-05-26 04:53:18 +00:00
Aleksana
5e237c4682
nixos.tests.pam-file-contents: fix build failure ( #408952 )
2025-05-26 11:05:52 +08:00
OPNA2608
4e3b940de0
nixosTests.lomiri-music-app: Optimise OCR
2025-05-25 17:28:59 +02:00
Marie Ramlow
71d5f0f591
nixos/tests/prowlarr: add subtest for dataDir migration
2025-05-25 16:48:37 +02:00
Cosima Neidahl
4aad1fb92c
lomiri.lomiri-mediaplayer-app: 1.1.0 -> 1.1.1 ( #407291 )
2025-05-25 13:50:01 +02:00
Ryan Omasta
15a6e88a3a
shadps4: use eboot.bin instead
2025-05-24 17:04:27 -06:00
OPNA2608
813189a99f
nixosTests.lomiri-mediaplayer-app: Optimise OCR
2025-05-25 00:27:38 +02:00
Cosima Neidahl
2652ab6ef9
lomiri.lomiri-calculator-app: 4.0.2 -> 4.1.0 ( #407159 )
2025-05-24 22:46:11 +02:00
Martin Weinelt
c49cc6a396
nixos/lasuite-docs: init ( #401798 )
2025-05-24 18:43:49 +02:00
soyouzpanda
fd7cdab61f
nixos/tests/lasuite-docs: init
2025-05-24 18:27:41 +02:00
Florian Klink
bb05bee4e5
nixosTests.mycelium: make less flaky
...
We immediately expected for the other peer to be available in the peer
list, right after startup, but that's racy.
Instead try the pinging multiple times until it succeeds (max 10 times),
then check the list of peers for completion.
2025-05-24 11:59:35 +03:00
Niklas Hambüchen
79d99fd96f
turbovnc: 3.1.4 -> 3.2 ( #410000 )
2025-05-24 00:32:36 +02:00
Philip Taron
063f43f2db
zoom-us: allow to select xdg-desktop-portal packages ( #403064 )
2025-05-23 11:48:26 -07:00
Yarny0
3d01f3bfe8
nixos/tests: simple zoom-us test to verify the module
2025-05-23 17:35:30 +02:00
Philip Taron
d2860c9744
limine, nixos/limine, nixosTests.limine: inherit pkgs.limine maintainers, add johnrtitor ( #410094 )
2025-05-23 08:26:15 -07:00
Cosima Neidahl
e3cd6f5daf
lomiri.lomiri-filemanager-app: 1.1.3 -> 1.1.4 ( #407177 )
2025-05-23 13:25:34 +02:00
OPNA2608
e8a1053857
nixosTests.lomiri-calculator-app: Optimise for OfBorg
...
- Add long sleep before sending math question, to give math library time to load
Ideally, we would modify the app to emit a log message when it's actually ready to accept math questions?
2025-05-23 13:18:09 +02:00
OPNA2608
cf3d7c55ba
nixosTests.lomiri-calculator-app: Fix OCR
2025-05-23 13:04:18 +02:00
John Titor
88d5e40fcb
limine, nixos/limine, nixosTests.limine: inherit pkgs.limine maintainers
...
also adds @programmerlexi to limine package maintainers
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-23 15:06:50 +05:30
Niklas Hambüchen
e1a5818d48
nixosTests.turbovnc-headless-server: Remove expected-failing test.
...
It doesn't fail as expected anymore because
`LIBGL_DRIVERS_PATH` was removed in Mesa 24.2,
and apparently there's no replacement for it:
https://github.com/NixOS/nixpkgs/issues/328923
Given that it was removed, and
https://www.phoronix.com/news/Mesa-24.2-Modern-Interfaces
and
https://www.supergoodcode.com/long-road-to-DRIL/
saying that removes the problem it originally caused
(also for us), this test is probably superfluous
because the thing it guards against is gone.
2025-05-23 02:34:17 +00:00
programmerlexi
771d70fb47
nixos/limine: add test for specialisations
2025-05-22 23:09:50 +05:30
K900
059f376f89
opencloud: init at 2.3.0 ( #404891 )
2025-05-21 20:36:00 +03:00
Ramses
3cd899b3cb
brscan5: use udevCheckHook and fix permissions of udev rules file ( #409344 )
2025-05-21 19:34:38 +02:00
programmerlexi
36ecfe6216
nixos/limine: add support for secure boot
...
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-21 21:59:23 +05:30
Aleksana
98da673eec
various: remove tomfitzhenry as maintainer ( #407356 )
2025-05-21 23:58:02 +08:00
Tom Fitzhenry
8c469ad592
spiped: remove tomfitzhenry as maintainer
2025-05-22 01:24:09 +10:00
K900
b504cc1362
nixos/opencloud: init module
...
Co-authored-by: Christoph Heiss <christoph@c8h4.io>
2025-05-21 17:47:35 +03:00
Ulrik Strid
fbbba999f4
nixos/davis: fix several outstanding bugs ( #409068 )
2025-05-21 15:36:41 +02:00
Aleksana
2318789c41
midori: drop ( #408869 )
2025-05-21 20:15:30 +08:00
r-vdp
6035e60b1c
brscan5: use udevCheckHook and fix permissions of udev rules file
2025-05-21 11:19:58 +02:00
Yt
3858071643
vector: 0.46.1 → 0.47.0 ( #409169 )
2025-05-20 18:48:37 -04:00
Ramses
a9746f1f33
brscan5: remove deprecated SYSFS udev rule ( #332311 )
2025-05-21 00:13:29 +02:00
Marius Kleidl
eb394bfc0a
tusd: embed version in binary ( #409019 )
...
* nixosTests.tusd: Fix network race condition
Fixes error:
client # curl: (7) Failed to connect to server port 1080 after 8 ms: Could not connect to server
client # [ 5.621267] network-addresses-eth1-start[795]: adding address 192.168.1.1/24... done
* tusd: embed version in binary
Currently, tusd reports 'n/a' when its version is queried using `tusd -version`.
This change embeds the current version during the build process, so it correctly
reports the value.
See 8e66333a01/scripts/build_funcs.sh (L20)
---------
Co-authored-by: Niklas Hambüchen <mail@nh2.me>
2025-05-20 22:40:16 +02:00
Jonathan Davies
f243ea59d9
nixos/vector: Update dnstap test to start network service
2025-05-20 20:33:18 +00:00
Fabián Heredia Montiel
2cbe2498c7
Linux kernels 2025-05-19 ( #408709 )
2025-05-20 09:03:30 -06:00
Arian van Putten
4df0b7d8ca
nixos/systemd: unconditional systemd-journald-audit.socket ( #408085 )
2025-05-20 15:29:53 +02:00
Casey Link
23d344b9da
nixos/davis: fix several outstanding bugs
...
As reported in #317303 , this fixes:
- nginx config is now actually optional
- mail dsn options are now optional
- broken stdout logging has been replaced with default file logging in
state dir
fixes #317303
2025-05-20 15:19:19 +02:00
Doron Behar
a4e8e74c36
i18n: Add charset related settings ( #408307 )
2025-05-20 15:17:19 +03:00
Jörg Thalheim
b6a5eebd30
k3s: use patched util-linuxMinimal ( #407810 )
2025-05-20 08:51:57 +02:00
Shogo Takata
d04bf86381
nixos.tests.pam-file-contents: fix build failure
...
This fixes the test for pam file contents.
The pam file started using fully-qualified paths in the following
commit.
7306423158
2025-05-20 15:14:55 +09:00
Alyssa Ross
28ea08fde9
linux/hardened/patches/6.14: init at v6.14.6-hardened1
...
Co-authored-by: Fabián Heredia Montiel <fabianhjr@protonmail.com>
2025-05-19 21:50:37 -06:00
Thomas Gerbet
f492075c53
midori: drop
...
Package is broken for a while and upstream project
seems to have been re-oriented to a Firefox fork.
See https://github.com/midori-browser/core/issues/468
Closes #374354
2025-05-19 23:21:07 +02:00
Jonas Heinrich
5f501619c0
nixos/tests/oncall: Fix LDAP mapping ( #408503 )
2025-05-19 18:29:03 +02:00
Doron Behar
cbbd59e14e
nixosTests.i18n: init
2025-05-19 18:09:27 +03:00
K900
c87615a319
nixos/tests/installer: fix eval
2025-05-19 11:47:03 +03:00
Michele Guerini Rocco
eebd349fdd
nixos/pdns-recursor: deprecate settings, add yaml-settings ( #406534 )
2025-05-19 10:30:07 +02:00