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

46293 commits

Author SHA1 Message Date
github-actions[bot]
9e62b94e42
Merge staging-next-24.11 into staging-24.11 2024-12-31 00:17:56 +00:00
Martin Weinelt
3f044f4ec2 nixos/matter-server: allow AF_UNIX sockets for dbus connections
This is necessary for establishing bluetooth connections over dbus and
bluez.

(cherry picked from commit 2a7d47f814)
2024-12-30 20:53:54 +00:00
Will Fancher
5f23df2c3c nixos/plymouth: Respect plymouth.enable=0 in scripted stage 1
Removing the splash param only causes plymouth to display console
output by default; it still runs. Systemd stage 1 respects this flag
due to unit conditions preventing plymouth from even running. So this
brings parity to scripted stage 1.

(cherry picked from commit 629c936fd2)
2024-12-30 18:33:53 +00:00
lucasew
60f3b4d855 tests/cockpit: each wait with its own waiter, treat /nonexistent case
Signed-off-by: lucasew <lucas59356@gmail.com>
(cherry picked from commit 44812cdb98)
2024-12-29 21:29:06 -03:00
lucasew
bef2bd9e17 cockpit: 330 -> 331
Signed-off-by: lucasew <lucas59356@gmail.com>
(cherry picked from commit b06a23a614)
2024-12-29 21:29:04 -03:00
github-actions[bot]
74b39b11ce
Merge staging-next-24.11 into staging-24.11 2024-12-30 00:19:03 +00:00
Lin Jian
e9e83821f8 rl-2411: add an entry for the new kmonad module
(cherry picked from commit 37302163ed)
2024-12-29 09:20:25 +00:00
github-actions[bot]
5a92b8b36c
Merge staging-next-24.11 into staging-24.11 2024-12-29 00:19:51 +00:00
Jörg Thalheim
9f94733f93
[Backport release-24.11] Unbreak tts (#368793) 2024-12-28 20:07:51 +01:00
Mrmaxmeier
ee7a3359b3 virtualbox: 7.0.22 -> 7.1.4
(cherry picked from commit 3339bf30e8)
2024-12-28 15:02:08 +01:00
Jean-Baptiste Giraudeau
1e73565633 nixos/tts: fix handling of extraArgs
(cherry picked from commit 7ebb6132f4)
2024-12-28 11:19:35 +00:00
Gaetan Lepage
72c678b748 nixos/zfs-replication: fix typo
(cherry picked from commit 4b5bbe915e)
2024-12-28 09:52:54 +00:00
github-actions[bot]
cc19ebe772
Merge staging-next-24.11 into staging-24.11 2024-12-28 00:17:40 +00:00
nix-backports[bot]
3f02dc2866
[Backport release-24.11] nixos/opensmtpd: fix tests, fix sendmail, add sendmail test (#368307)
* nixos/opensmtpd: fix opensmtpd test

(cherry picked from commit 42c2634653)

* nixos/opensmtpd: fix opensmtpd-rspamd test

(cherry picked from commit c340fd898c)

* fix opensmtpd's sendmail, add relevant test

(cherry picked from commit fb4ff06a4b)

* nixos/opensmtpd: run nixfmt as requested by ci

(cherry picked from commit 69a8aba113)

---------

Co-authored-by: Léo Gaspard <leo@gaspard.io>
2024-12-27 14:03:38 +01:00
Friedrich Altheide
2db5eb179e virtualboxGuestAdditions: Additional 7.1.4 fixes (#366080)
* virtualboxGuestAddtitions: Load required dynamic libs

* virtualboxGuestAdditions: Remove unused code

* virtualboxGuestAdditions: introduce verbose logging option

* virtualboxGuestAdditions: only load vboxsf if enabled in module options

(cherry picked from commit c792c60b8a)
2024-12-27 13:38:05 +01:00
Sebastian Sinnlos
0f711df147 nixos/ddclient: update defaults for usev4/6
Set to future upstream [default](5b104ad116) as current defaults are broken because the
endpoints of dyndns.com only serve http. See [ddclient issue 597](https://github.com/ddclient/ddclient/issues/597)

(cherry picked from commit 7a485e4780)
2024-12-27 08:56:05 +01:00
Alex Martens
377e15d686 nixos/ddclient: fix missing iproute2
When obtaining the IP address from an interface iproute2 is missing:

"Unable to obtain information for 'bond-wan' -- missing ip or ifconfig command"

The prefix check to include iproute2 is incorrect for "usev4" and "usev6".

Currently the NixOS module checks for the "if" prefix.  This prefix is
not valid with "usev4" and "usev6":

"Invalid Value for keyword 'usev4' = 'if'"

"ifv4" must be used with "usev4", and "ifv6" with "usev6".

I updated the nixos module to check for the correct prefix with "usev4"
and "usev6", and include iproute2 as necessary.

(cherry picked from commit 403dfb7c93)
2024-12-27 08:54:50 +01:00
github-actions[bot]
f40f1ab8e6
Merge staging-next-24.11 into staging-24.11 2024-12-27 00:18:11 +00:00
Gaétan Lepage
b41d02428f
[Backport release-24.11] nixos/zfs-replication: add package option (#368420) 2024-12-26 23:54:16 +01:00
Gaetan Lepage
c4b251f5cc nixos/zfs-replication: add package option
(cherry picked from commit e5f2ebf6d3)
2024-12-26 21:55:21 +00:00
Sandro Jäckel
1e85e1fb23 nixos/nginx: default resolver.ipv6 to networking.enableIPv6
(cherry picked from commit a810945475)
2024-12-26 20:29:52 +00:00
Marcus Ramberg
5a69b8dfa8
[Backport release-24.11] nixos/k3s: use same k3s package in multi-node test (#367862) 2024-12-26 15:17:33 +01:00
Franz Pletz
5bacfe77ac nixos/networkd: add NetLabel & NFTSet options
(cherry picked from commit 18a943798a)
2024-12-26 03:15:41 +00:00
github-actions[bot]
8723eb03ef
Merge staging-next-24.11 into staging-24.11 2024-12-26 00:18:11 +00:00
Jörg Thalheim
911febb143
[Backport release-24.11] nixVersions.nix_2_24: 2.24.10 -> 2.24.11 (#365335) 2024-12-25 22:12:55 +01:00
Gaetan Lepage
917846b958 nixos/dolibarr: change permissions of conf.php to read only
(cherry picked from commit 8b235ad144)
2024-12-25 15:21:29 +00:00
Gaetan Lepage
aa86585e40 nixos/dolibarr: format
(cherry picked from commit 2dfabce386)
2024-12-25 15:21:29 +00:00
misuzu
4e2a4a7ce4
[release-24.11] backport xz firmware compression (#367832) 2024-12-25 12:55:23 +02:00
misuzu
942ba7cfbf
[Backport release-24.11] prometheus-frr-exporter: init prometheus exporter module (#368075) 2024-12-25 12:51:31 +02:00
misuzu
88809abc1f
[Backport release-24.11] mautrix-signal: 0.7.2 -> 0.7.3 (#367454) 2024-12-25 12:42:04 +02:00
misuzu
d9e61390fc
[Backport release-24.11] Correct password option docs and add related tests (#367384) 2024-12-25 12:41:25 +02:00
K900
f3160e4c2f nixos/plasma6: default to Wayland for SDDM
While technically still experimental, it seems to produce less
issues than X11 at this point, and there's a weird issue with
X11 setups that we've been unable to track down that really
hurts the new user experience, so let's just go with this.

(cherry picked from commit 7a2cb2ad15)
2024-12-25 08:58:10 +00:00
Nico Felbinger
b0ed1368e1 prometheus-frr-exporter: init prometheus exporter module
(cherry picked from commit 578c5b6583)
2024-12-25 07:21:04 +00:00
github-actions[bot]
7835ff0ea3
Merge staging-next-24.11 into staging-24.11 2024-12-25 00:17:51 +00:00
Robert Rose
c4dad2b2a4 nixos/k3s: use same k3s package in multi-node test
The test previously violated the Kubernetes version skew policy by
deploying a kubelet of hte most recent version in a cluster with an
older apiserver.

(cherry picked from commit 2a79402b1e)
2024-12-24 09:40:32 +00:00
Jörg Thalheim
63a5a73002 nixos/firmware: fix compression condition
(cherry picked from commit ace2b4c260)
2024-12-24 07:55:52 +01:00
Jörg Thalheim
4b39b2b37a nixos/firmware: make compression configurable
In nixos-images for nixos-anywhere, we optimize for the smallest
possible image size because our installer is loaded into RAM.

(cherry picked from commit 0a9dd5612d)
2024-12-24 07:55:49 +01:00
github-actions[bot]
47b0a8b581
Merge staging-next-24.11 into staging-24.11 2024-12-24 00:18:15 +00:00
euxane
d522a98a19 maintainers: rename pacien -> euxane, update details
(cherry picked from commit 1dabc1f584)
2024-12-24 00:39:12 +01:00
Adam C. Stephens
e020e1909f nixos/tests/incus: fix multi-system support
(cherry picked from commit 9e95bbbc34)
2024-12-23 03:32:53 +00:00
github-actions[bot]
3309c672bc
Merge staging-next-24.11 into staging-24.11 2024-12-23 00:18:48 +00:00
Maximilian Bosch
55f14ebf6a mautrix-signal: 0.7.2 -> 0.7.3
ChangeLog: https://github.com/mautrix/signal/releases/tag/v0.7.3
(cherry picked from commit 705ae9b92e)
2024-12-22 20:59:18 +00:00
Maximilian Bosch
d1ce5c501e nixos/tests/systemd-sysusers-password-option-override-ordering: clarify SetCredential check
It was kinda weird to assert that the clear-text password was
in the unit when the hashed password was the effective one.

This change makes it explicit that both are in there and the latter
takes precedence.

(cherry picked from commit da2c826e1a)
2024-12-22 14:45:34 +00:00
Maximilian Bosch
fe93edd5eb nixos/modules: remove a few whitespaces from the pw override parts
Otherwise the evaluation warnings have a two or even three lines of
whitespace between paragraphs.

(cherry picked from commit cb9b3fd788)
2024-12-22 14:45:34 +00:00
fidgetingbits
71286bacb1 nixos/tests: Add two new tests for password option override ordering
This commit adds two new tests to show that the ordering of password
overrides documentation in nixos/modules/config/user-groups.nix is
correct. The override behavior differs depending on whether a system
has systemd-sysusers enabled, so there are two tests.

(cherry picked from commit b84fb1e5cd)
2024-12-22 14:45:34 +00:00
fidgetingbits
7661b3eed8 nixos/users-groups: Correct and refactor password override documentation
Testing showed that the existing documentation regarding password override
ordering was incorrect. This commit corrects the errors and refactors
the way the text is constructed to make updating future ordering
changes significantly easier.

(cherry picked from commit 52ce5caf36)
2024-12-22 14:45:34 +00:00
Wolfgang Walther
0ebf06bec1
[Backport release-24.11] firefly-iii: 6.1.24 -> 6.1.25, nixos/firefly-iii: Improved cache clearing (#366888) 2024-12-22 13:09:19 +01:00
github-actions[bot]
76feda8a93
Merge staging-next-24.11 into staging-24.11 2024-12-22 00:19:40 +00:00
Jan Tojnar
550f5ca91c
Merge Backport gnome updates/fixes (#365374) 2024-12-21 16:14:00 +01:00
jopejoe1
d3230c2c13
[Backport release-24.11] nixos/networkmanager: add options to supply secrets to connection profiles based on secret files (#366838) 2024-12-21 13:43:58 +00:00