Sandro Jäckel
e2702f5aee
treewide: don't use python3Minimal where it is not required
...
Building a python environment with python3Minimal requires hydra
to bootstrap pip and build all packages used in the environment
which would otherwise not be built. This reduces cache re-use and duplicates things.
Also common dependencies normally included in python itself
are not properly checked and can cause hard to debug errors
because everyone just assumes those modules are there.
2023-12-21 02:21:48 +01:00
github-actions[bot]
f36fabca0f
Merge staging-next into staging
2023-12-21 00:02:47 +00:00
github-actions[bot]
63203647a1
Merge master into staging-next
2023-12-21 00:02:16 +00:00
Florian Klink
011e924109
Merge pull request #239201 from nesteroff/fix-timesync
...
systemd: disable NSCD when DNSSEC validation is disabled in timesyncd
2023-12-20 22:22:52 +02:00
WilliButz
ac58b65cf5
Merge pull request #275112 from r-ryantm/auto-update/prometheus-nginx-exporter
...
prometheus-nginx-exporter: 0.11.0 -> 1.0.0
2023-12-20 20:27:28 +01:00
Franz Pletz
faff9de754
nixos/prometheus/nginx-exporter: fix args for 1.0
2023-12-20 18:23:29 +01:00
github-actions[bot]
176c80219d
Merge master into staging-next
2023-12-20 12:00:53 +00:00
Guillaume Girol
b3475a9eef
nixos/tests/btrbk-section-order.nix: fix test
2023-12-20 12:00:00 +00:00
Yuri Nesterov
6008246790
systemd: disable NSCD when DNSSEC validation is disabled in timesyncd
...
When a system has a wrong date and time timesyncd is unable to synchronize it
because DNSSEC doesn't work. In order to break this chicken and egg problem
systemd-timesync disables DNSSEC validation by setting
SYSTEMD_NSS_RESOLVE_VALIDATE=0 in the unit file. However, it doesn't work in
NixOS because it uses NSCD. This patch disables NSCD in systemd-timesyncd when
SYSTEMD_NSS_RESOLVE_VALIDATE is set to 0 so that it uses NSS libraries
directly. In order for it to be able to find the libnss_resolve.so.2 library
this patch adds the systemd directory in the nix store to the LD_LIBRARY_PATH.
2023-12-20 13:21:43 +02:00
Robin Gloster
b5556f2c37
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
...
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
github-actions[bot]
29310fd237
Merge staging-next into staging
2023-12-20 06:01:37 +00:00
Raghav Sood
d380604c44
nitter: update tests to use guestAccounts
2023-12-20 11:36:11 +08:00
Tomas Antonio Lopez
6eb86e3c19
nixosTests.sourcehut: refactor script to use subtests
2023-12-20 02:57:38 +01:00
Tomas Antonio Lopez
262cb39d4f
nixosTests.sourcehut: add myself as maintainer
2023-12-20 02:39:32 +01:00
Tomas Antonio Lopez
8f6a342064
nixosTests.sourcehut: test repository download
2023-12-20 02:32:06 +01:00
Julien Malka
0ddc907228
Merge pull request #273441 from JulienMalka/systemd-boot-garbage-test-rename
2023-12-20 01:26:11 +01:00
Yarny0
59539b9bc5
tsm-client: 8.1.20.0 -> 8.1.21.0
...
"Update History" (release notes):
6998343
At the time of this writing,
the "APAR" links of the "Update History" lead to 404.
However, the abstracts indicate that
this update is not security critical.
Note that this update changed the GUI window title
to "IBM Storage Protect"
(the product itself was renamed with version 8.1.19.0 already).
The commit at hand adapts the GUI vm test accordingly.
Also, all URLs in package and module comments are updated.
2023-12-19 19:47:28 +01:00
github-actions[bot]
ecc5467899
Merge staging-next into staging
2023-12-19 18:01:20 +00:00
Elian Doran
afdbb7a9c0
nixos/snmpd: add nixos test
2023-12-19 18:54:34 +02:00
Pol Dellaiera
1a57f50d95
Revert "code-server: drop"
...
This reverts commit 72911a99d3
.
2023-12-19 15:40:57 +01:00
Peder Bergebakken Sundt
1a647a10b8
Merge pull request #268806 from Izorkin/init-angie
...
angie: init at 1.4.0
2023-12-19 13:51:51 +01:00
Tomas Antonio Lopez
7d7cc717eb
nixosTests.sourcehut: test pushing Git repositories
2023-12-19 01:54:46 +01:00
Tomas Antonio Lopez
effb6bd756
nixosTests.sourcehut: configure Hut for direct API interaction
2023-12-19 01:43:19 +01:00
github-actions[bot]
1fc6296f9b
Merge staging-next into staging
2023-12-18 12:01:30 +00:00
Ryan Lahfa
17c3ebdba5
Merge pull request #265857 from 999eagle/feat/invidious-scale
...
nixos/invidious: cleanup, allow for easy scaling and load balancing, add http3-ytproxy
2023-12-18 10:17:09 +01:00
K900
aa3cd9c955
nixos/tests/gitlab: download even more RAM
...
Also remove the 32-bit conditional as it already fails on 4GB.
2023-12-18 11:35:09 +03:00
Pierre Bourdon
afa3f9b7c1
Merge pull request #264966 from l0b0/test/verify-npmrc-setup
...
nixos: test `programs.npm.npmrc` setting
2023-12-18 07:06:14 +01:00
Izorkin
362a2e618c
nixos/tests: add test api in angie package
2023-12-17 22:43:15 +03:00
Izorkin
b79f185409
nixos/tests/nginx-http3: add angie package in testing
2023-12-17 22:43:15 +03:00
Izorkin
86efccfa45
angie: init at 1.4.0
2023-12-17 22:43:13 +03:00
Sophie Tauchert
24e561fabc
nixos/invidious: change default database user to invidious
...
This makes sure we don't need any workarounds for running Invidious with a local
PostgreSQL database.
Changing the default user should be fine as the new init script for PostgreSQL automatically
creates the new user and changes the existing database's owner to the new user. The old user
will still linger and must be removed manually.
See also: https://github.com/NixOS/nixpkgs/pull/266270
2023-12-17 19:48:15 +01:00
Sophie Tauchert
ac5c1886fd
nixos/invidious: add option to configure http3-ytproxy for invidious
2023-12-17 19:48:03 +01:00
Sophie Tauchert
65e8f8a697
nixos/tests/invidious: add test for scaled invidious
2023-12-17 19:48:02 +01:00
Sophie Tauchert
460e34b273
nixos/tests/invidious: move postgres-tcp into second machine and fix tests
...
Using PostgreSQL 15 without the init script fails due to
https://github.com/NixOS/nixpkgs/issues/216989 .
2023-12-17 19:48:02 +01:00
github-actions[bot]
71c41d360a
Merge staging-next into staging
2023-12-17 18:01:38 +00:00
K900
cbed115407
nixos/tests/nixos-rebuild-specialisations: download even more RAM
2023-12-17 19:27:07 +03:00
github-actions[bot]
1aadb5d97e
Merge staging-next into staging
2023-12-16 00:02:42 +00:00
Franz Pletz
203ecda835
Merge pull request #274321 from Luflosi/update/kubo
...
kubo: 0.24.0 -> 0.25.0
2023-12-15 20:16:17 +01:00
Franz Pletz
cbb38bf7b7
Merge pull request #264869 from h7x4/nixos-module-cleanup-quicktun
...
nixos/quicktun: clean up module, add tests
2023-12-15 20:14:39 +01:00
Martin Weinelt
cd6ccb1737
Revert "kea: use separate runtime directories for each service"
...
This reverts commit 413011ddf4
.
Using separate lockfile directories prevents the different kea daemons
from using the interprocess sync lockfile.
Keeping the runtime directory around might be the better approach.
2023-12-15 13:51:19 +01:00
github-actions[bot]
2b17e91c71
Merge staging-next into staging
2023-12-15 12:01:41 +00:00
K900
02357adddd
Merge pull request #274409 from K900/unblock-channels
...
Unblock channels
2023-12-15 13:23:40 +03:00
Janne Heß
39bbee99ff
Merge pull request #274262 from NetaliDev/zammad-update
...
zammad: 6.1.0 -> 6.2.0
2023-12-15 10:59:17 +01:00
K900
7e3d335152
nixos/tests/containers-imperative: download more RAM
2023-12-15 12:38:08 +03:00
Maximilian Bosch
00e923cdc1
Merge pull request #274275 from Ma27/hardened-kernel-updates
...
hardened kernel: test 6.6 & remove obsolete 4.14 from patches.json
2023-12-15 09:42:10 +01:00
Maximilian Bosch
28089f8874
Merge pull request #273858 from dotlambda/nextcloud28-init
...
nextcloud28: init at 28.0.0, nextcloud27: 27.1.4 -> 27.1.5, nextcloud26: 26.0.9 -> 26.0.10
2023-12-15 08:14:15 +01:00
Luflosi
60781d9b2d
nixos/tests/kubo: test socket activation for the Gateway
...
Add a new test to check that accessing the Gateway socket also starts the daemon via socket activation.
2023-12-14 23:19:34 +01:00
Luflosi
82c73a8d72
nixos/tests/kubo: disable broken FUSE test
...
The FUSE functionality is completely broken in Kubo v0.24.0.
See https://github.com/ipfs/kubo/issues/10242 .
2023-12-14 23:19:33 +01:00
Maximilian Bosch
aa19ae19c9
nixos/tests/kernel-generic: test hardened 6.6
2023-12-14 19:30:51 +01:00
github-actions[bot]
7be452e197
Merge staging-next into staging
2023-12-14 18:01:30 +00:00