github-actions[bot]
71d46fbcdf
Merge staging-next into staging
2024-09-18 18:04:48 +00:00
Robert Hensing
30620e7736
nixosTests.nix-serve: Use new entrypoint
...
This reuses the `pkgs`, so that `pkgs.nixosTests.nix-serve` will
run with the overlays of `pkgs` applied.
2024-09-18 13:42:35 +02:00
Michele Guerini Rocco
e3191b8ded
nixos/dhcpcd: harden and run as unprivileged user ( #336988 )
2024-09-17 19:21:11 +02:00
Vladimír Čunát
75da841952
Merge branch 'master' into staging
2024-09-17 16:38:37 +02:00
Fabián Heredia Montiel
3029a1f91d
frr: 10.0.1 -> 10.1 ( #342259 )
2024-09-17 07:25:12 -06:00
github-actions[bot]
73cf025711
Merge staging-next into staging
2024-09-17 12:05:50 +00:00
kirillrdy
14392643b6
nixos/tests/freetube: fix ocr ( #342383 )
2024-09-17 17:36:55 +10:00
ghpzin
adff49b178
nixos/tests/freetube: fix ocr
...
- change text that is waited for on preferences page, as previous one
stopped being recognized by OCR on xorg after freetube update to 0.21.0
- increase timeout from 30 sec to 60 sec as OCR is sometimes slow
2024-09-16 22:56:00 +03:00
github-actions[bot]
1c3463dc7a
Merge staging-next into staging
2024-09-16 12:06:19 +00:00
Aleksana
f1580efb3b
maintainers/team-list: add cyberus team ( #331059 )
2024-09-16 18:14:16 +08:00
Markus Theil
83cdec2e16
nixos/tests/frr: fix ping command
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-09-16 11:31:35 +02:00
Sandro
fd3ddb6b60
dnscrypt-wrapper: remove package and NixOS modules ( #341838 )
2024-09-16 11:25:30 +02:00
rnhmjoj
bad5251e87
nixos/tests/networking: test nameservers via DHCP
2024-09-16 08:07:55 +02:00
github-actions[bot]
7aea2e99a8
Merge staging-next into staging
2024-09-16 00:14:57 +00:00
rnhmjoj
a432668acf
dhcpcd: disable privsep by default
...
The priviledge separation mode has several downsides:
- it's incompatible with alternative memory allocators, including
graphene-hardened;
- it needs an unreleased patch to fix a crash;
- it results in none less than 6 subprocesses running at any time,
increasing the memory usage;
- the privileged process (albeit not doing any networking related
tasks) is still running as root, so it has complete access to the
system.
Let's disable this by default and instead run dhcpcd as an unpriviledge
user with only the necessary capabilities.
2024-09-16 01:23:54 +02:00
KFearsoff
ad11a7357b
maintainers: remove kfears ( #342128 )
...
remove kfears from maintainers
2024-09-16 00:57:14 +02:00
github-actions[bot]
952947bdf8
Merge staging-next into staging
2024-09-15 18:04:54 +00:00
misuzu
2505777e0c
nixos/netbird: remove misuzu as maintainer
2024-09-15 12:57:13 +00:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging
2024-09-15 12:05:26 +00:00
Aleksana
c45a2954a5
nixosTests.bittorrent: Fix pkgs scope ( #293562 )
2024-09-15 17:09:33 +08:00
github-actions[bot]
70ab79847d
Merge staging-next into staging
2024-09-14 18:04:45 +00:00
rnhmjoj
016f6f9f58
dnscrypt-wrapper: remove package and NixOS modules
2024-09-14 17:22:48 +02:00
7c6f434c
d0809c6f4e
curl-impersonate: 0.6.1 -> 0.7.0 ( #333589 )
2024-09-14 12:34:43 +00:00
github-actions[bot]
2e6560786a
Merge staging-next into staging
2024-09-14 12:05:07 +00:00
Michele Guerini Rocco
168c2b9dec
nixos/tests/libreswan: fix test ( #341785 )
2024-09-14 13:45:11 +02:00
Aleksana
4539b91ab3
tandoor-recipes: Fix formatting string ( #341353 )
2024-09-14 16:18:35 +08:00
github-actions[bot]
76501a1b92
Merge staging-next into staging
2024-09-13 18:04:52 +00:00
Peder Bergebakken Sundt
01f064c99c
nixos/tests/gitdaemon: fix user and group ( #340517 )
2024-09-13 16:39:46 +02:00
github-actions[bot]
34de158a5f
Merge staging-next into staging
2024-09-13 00:13:45 +00:00
Philip Taron
e630216c6b
[staging] perl: 5.38.2 -> 5.40.0 ( #333286 )
...
After discussing on Matrix in the [#staging](https://matrix.to/#/#staging:nixos.org ) room, I'm merging this as-is without waiting for changes to the `enableParallelBuilding = false;` line.
There are several in-the-wings PRs (one from @emilazy) that attempt to bring load-limit, which is a more sensible accounting of the work that a derivation is doing, into Nix itself. If and when that lands, we'll be able to just set `enableParallelBuilding = true;` again, without any specific casing around the `NIX_BUILD_CORES` stdenv variable.
2024-09-12 16:22:26 -07:00
Weijia Wang
e3f68dc015
opentelemetry-collector: 0.103.0 -> 0.109.0 ( #325509 )
2024-09-12 23:10:49 +02:00
Jacek Galowicz
60ed2a00ed
nixosTests.bittorrent: Format
2024-09-12 20:25:55 +02:00
Jacek Galowicz
6618ec06cc
nixosTests.bittorrent: Fix pkgs scope
2024-09-12 20:25:49 +02:00
github-actions[bot]
83e85079ff
Merge staging-next into staging
2024-09-12 18:04:48 +00:00
Gaétan Lepage
d4474ed33b
nixos/invidious: add options for configuring inv-sig-helper ( #340748 )
2024-09-12 14:57:57 +02:00
Victor Engmark
19c3ea3fdd
tandoor-recipes: Fix formatting string
...
And clarify the message, since some of the URLs it refuses to try to
visit are just "#".
2024-09-12 21:29:43 +12:00
⛧-440729 [sophie]
81b0701a4d
nixos/invidious: add options for configuring inv-sig-helper
2024-09-12 09:08:02 +02:00
K900
4e803e9656
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-12 07:00:07 +03:00
rnhmjoj
f8ec1e4e82
nixos/tests/libreswan: fix test
...
It was broken by the introduction of automatic IPv6 addressing in the
test infrastructure.
2024-09-11 22:39:23 +02:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant ( #341075 )
2024-09-11 22:24:23 +02:00
Michele Guerini Rocco
b94f259714
nixos/wireless: reimplement secrets using ext_password_backend ( #180872 )
2024-09-11 19:58:36 +02:00
Weijia Wang
031eb8aa79
nixos/opentelemetry-collector: fix tests
2024-09-11 14:11:28 +02:00
github-actions[bot]
f210ab99a7
Merge staging-next into staging
2024-09-11 12:06:02 +00:00
nikstur
2eeebc0d5d
userborn: 0.1.0 -> 0.2.0 ( #341039 )
2024-09-11 11:17:57 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
github-actions[bot]
e8bf28cd05
Merge staging-next into staging
2024-09-10 18:06:21 +00:00
nikstur
e31bb09912
nixos/tests/userborn: add pwck and grpck
2024-09-10 17:26:28 +02:00
r-vdp
1f38ed7013
nixos/tests: fix nixos-rebuild-specialisations test
...
See https://hydra.nixos.org/build/272096143
2024-09-10 16:54:34 +02:00
github-actions[bot]
3169038ef8
Merge staging-next into staging
2024-09-10 12:06:25 +00:00
Kerstin
5a39b9e407
Gancio service fixes ( #340782 )
2024-09-10 13:34:07 +02:00