0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00
Commit graph

11104 commits

Author SHA1 Message Date
K900
5b99c79903
nixos/udev: verify udev rules with udevadm (#406284) 2025-05-12 12:35:34 +03:00
Vladimír Čunát
de872c968f
tests/playwright-python: fix text to look for (#405196) 2025-05-12 10:47:31 +02:00
Wolfgang Walther
82e519947f
nixos/pgbackrest: add SFTP support 2025-05-12 09:14:38 +02:00
Wolfgang Walther
d5ddb6116f
nixos/pgbackrest: init module 2025-05-12 09:14:37 +02:00
Leona Maroni
f79b568519
nixos/gitlab: add activeRecord key files (#405047) 2025-05-12 08:40:16 +02:00
r-vdp
b7fe0a1c0c
nixos/test/installer: make sure we can build the nixos udev rules 2025-05-12 00:37:03 +02:00
Benjamin Sparks
7eaa783b2b nixosTests.darling: drop 2025-05-11 21:02:37 +02:00
Jonas Heinrich
82631e0e4c nixos/tests/oncall: init 2025-05-11 13:30:01 +02:00
Jörg Thalheim
7fd771ee97
ci: allow running jobs locally (#404466) 2025-05-11 12:28:04 +02:00
Wolfgang Walther
8980c1f7fc
various: fix parse errors for nix 2.3
Path interpolation syntax is not supported in the minimum nix version.
2025-05-11 12:14:58 +02:00
Wolfgang Walther
797c149b3e
nixos/postgresql: improve local peer authentication with default map (#404315) 2025-05-11 10:09:00 +00:00
Wolfgang Walther
3d29b7d3a2
nixos/postgresql: improve local peer authentication with default map
This allows to easily map allowed database roles to system users.
2025-05-11 10:24:21 +02:00
isabel
92d64400d5
nixos/anubis: Fix defaultOptions not applying user-defined settings (#398790) 2025-05-11 08:56:46 +01:00
networkException
23468ad19f
nixos/nextcloud: use LoadCredential to read services.nextcloud.secretFile
This patch adds support for using systemd's LoadCredential
feature to read in a json file at a path defined in the
services.nextcloud.secretFile option.

This is a follow up to 2ce1e84103.
2025-05-10 20:36:01 +02:00
Nick Cao
d806c1b557
nixosTests.zram-generator: fix test (#405542) 2025-05-09 16:21:25 -04:00
Niklas Hambüchen
2903f7cdda
tusd: init at 1.8.0 (#167076) 2025-05-09 19:17:31 +02:00
Yt
c654f66319
nixos/vector: Add journald+ClickHouse test (#405185) 2025-05-09 13:16:09 -04:00
Léana 江
d993907597
libxmlb: fix installedTest 2025-05-09 17:29:29 +02:00
Niklas Hambüchen
5fad4242cc tusd: init at 2.8.0 2025-05-09 15:06:31 +02:00
Jan Tojnar
9c55b12a45
Merge gnome48Extensions: init (#403591) 2025-05-09 13:58:52 +02:00
Jan Tojnar
697c547190 nixosTests.gnome-extension: Wait for activation
This fixes the following failure:

Test "Enable extension 'dash-to-panel@jderose9.github.com'" failed with error: "  State: ACTIVATING instead of ACTIVE"

I can reproduce it even before the parent commit.
2025-05-09 13:48:05 +02:00
Ryan Horiguchi
8c4ec38841
netdata: 2.4.0 -> 2.5.1 2025-05-09 12:56:27 +02:00
Léana 江
a40156de6b
nixosTests.zram-generator: fix test 2025-05-09 12:53:19 +02:00
Jonathan Davies
8932afecff
nixos/vector: Add journald+ClickHouse test 2025-05-08 21:38:42 +00:00
K900
c50e195272
grafana: 11.6.0+security-01 -> 12.0.0 (#404897) 2025-05-09 00:08:35 +03:00
Franz Pletz
2634ca8249
nixos/ntpd-rs: Handle configuring NTP pools (#403903) 2025-05-08 18:28:32 +02:00
Will Fancher
cf1934c1a5
make-initrd-ng: fix file permissions (#405190) 2025-05-08 10:26:02 -04:00
Pol Dellaiera
aaf817bb5b
nixos/glance: allow specifying secret settings (#395551) 2025-05-08 13:58:03 +00:00
r-vdp
ed70f0089d
systemd-initrd: migrate test to runTest and add comment for syntax highlighting of test script 2025-05-08 12:37:39 +02:00
phaer
5d205401b1 tests/playwright-python: fix text to look for
The Nix Manual now includes its release in the middle of the title,
i.e. "Nix 2.28.1 Reference Manual", so we just use a regex
2025-05-08 12:36:26 +02:00
r-vdp
01b589a7f8
systemd-initrd: add test to ensure that the permissions on the systemd generators are correct 2025-05-08 12:35:46 +02:00
Robert Hensing
34bc9e5162
nixosTests: fix pure eval by setting system to null (#404284) 2025-05-08 12:26:55 +02:00
Maximilian Bosch
77a41a7dd8
grafana: 11.6.0+security-01 -> 12.0.0
Closes #404580

ChangeLog: https://github.com/grafana/grafana/releases/tag/v12.0.0

A few changes were necessary here:

* the provision seems to be delayed now, so the `machine.succeed` broke
  because the result was tested before the provisioning was finished.
  Using `wait_until_succeeds` to solve this.

* Work around a problem that got unnoticed during #399404:
  the setup-hook is also run in the `goModules` derivation, but
  `offlineCache` is missing. As a result, the build breaks. I guess this
  was unnoticed because everyone had a goModules with the previous hash
  in their store.

Co-authored-by: Emily <git@emilylange.de>
2025-05-08 07:29:39 +02:00
Leona Maroni
a95a530883
nixos/gitlab: add activeRecord key files
GitLab 17.11 started using rails activeRecord encryption for some values.
Introduce new key files. This is breaking for unstable/25.05.

Also add a test to prevent this from happening unnoticed in the future.

For the future there should also be an option to set multiple activeRecord
keys for rotation.
2025-05-07 22:17:02 +02:00
Jonas Chevalier
e14ae009dd
odoo, odoo16, 17: unbreak and update; odoo15: drop (#404582)
* odoo16, odoo17: unbreak, python310 -> python311

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

* odoo: 20250213 -> 20250506

fixes nixosTests.odoo

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

* odoo: remove with lib

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

* odoo15: drop

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

---------

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-05-07 08:21:07 +02:00
Yt
e3fa38df6b
lauti: rename from eintopf and update to 1.0.0 (#403263) 2025-05-06 16:24:25 -04:00
Jörg Thalheim
f90d0af5db
k3s: update to latest versions (#404341) 2025-05-06 18:34:47 +02:00
Bruno BELANYI
e8f532dea2
nixos/mealie: add 'database.createLocally' (#403670) 2025-05-06 13:45:40 +01:00
phanirithvij
633892ef03 odoo15: drop
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-05-06 14:10:40 +05:30
Robert Rose
b97665a7cb k3s: remove timeout for importing container images in test
The timeout caused the `airgap-images` test to fail on slower hardware.
2025-05-06 08:16:25 +02:00
Michele Guerini Rocco
377ae8a729
nixos/dhcpcd: fix hostname via DHCP (#385348) 2025-05-06 03:19:20 +02:00
Peder Bergebakken Sundt
f309d7115b
nixos/tests/xmpp: fix ejabberd test (#403744) 2025-05-06 01:16:46 +02:00
rnhmjoj
54a6949722
nixos/tests/networking: test hostname via DHCP 2025-05-05 21:59:33 +02:00
Florian Klink
2ef9f291ef
canaille: 0.0.57 -> 0.0.74 (#402797) 2025-05-05 19:32:25 +03:00
Niko Cantero
c878ad10fb
matrix-continuwuity: init at 0.5.0-rc.5; nixos/matrix-continuwuity: init 2025-05-05 10:25:57 -04:00
Sandro
9cacd7ee42
nixos/prometheus/alertmanager-ntfy: init module (#402291) 2025-05-05 13:38:24 +02:00
Domen Kožar
c1f224f5ed
paretosecurity: 0.2.13 -> 0.2.14 (#403899) 2025-05-05 11:20:16 +01:00
Kerstin Humm
d96cc44cd3 canaille: 0.0.57 -> 0.0.74
Changelog: https://gitlab.com/yaal/canaille/-/blob/0.0.74/CHANGES.rst
2025-05-05 13:09:13 +03:00
nixpkgs-ci[bot]
24ea8a988d
Merge master into staging-next 2025-05-05 06:05:51 +00:00
Tristan Ross
816b6de307
nixosTests: fix pure eval by setting system to null 2025-05-04 22:34:56 -07:00