nixpkgs-ci[bot]
aabaf9f281
Merge staging-next into staging
2025-05-29 18:06:18 +00:00
nixpkgs-ci[bot]
bc2e6e0ae4
Merge master into staging-next
2025-05-29 18:05:35 +00:00
Florian Klink
9dd801dea7
nixos/systemd-initrd: honor the enable option in contents ( #411800 )
2025-05-29 18:06:12 +03:00
arcnmx
41725bb0f7
nixos/swap: require mkswap when encrypted
...
the mkswap service manages a dm/luks block device when randomEncryption
is enabled, and is not an optional dependency of the swap unit
2025-05-29 19:28:40 +05:30
Wolfgang Walther
1a43aa03a4
OWNERS: add owners for authelia files ( #411864 )
2025-05-29 13:28:30 +00:00
nixpkgs-ci[bot]
97fff3a232
Merge staging-next into staging
2025-05-29 12:07:37 +00:00
nixpkgs-ci[bot]
96ecef502b
Merge master into staging-next
2025-05-29 12:06:54 +00:00
Lin Jian
54bb67968e
nixos/vim: update example of package option ( #412006 )
2025-05-29 18:37:57 +08:00
Florian Klink
2d03d70e9d
nixos/systemd-stage-1: follow systemd /run propagation ( #405687 )
2025-05-29 12:21:50 +03:00
K900
37a72a5aa2
Merge remote-tracking branch 'origin/staging-next' into staging
2025-05-29 12:02:16 +03:00
isabel
00b6b1ffcc
nixos/etc-overlay: mark EROFS_FS
kernel configuration option as required ( #365450 )
2025-05-29 09:42:43 +01:00
John Titor
9a3676e603
nixos/vim: update example of package option
...
Closes https://github.com/NixOS/nixpkgs/pull/403998
Co-authored-by: Hans Kristian Eiken <hans@eikjen.no>
Co-authored-by: Lin Jian <me@linj.tech>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-29 13:47:50 +05:30
eyJhb
fbb577d3c5
nixos/graphical-desktop: add sessions to pathsToLink ( #411518 )
...
Adds /share/xsessions and /share/wayland-sessions to pathsToLink,
otherwise some desktopManagers are not found by the displayManager
2025-05-29 13:19:44 +05:30
Ramses
6f71f0c7b2
nixos/keycloak: enable strict shell checks in systemd units ( #409042 )
2025-05-29 09:26:57 +02:00
nixpkgs-ci[bot]
233ccf6b48
Merge master into staging-next
2025-05-29 06:05:56 +00:00
Morgan Jones
79aa28e0c7
{k3s,nixos/kubernetes}: use util-linux.withPatches ( #409332 )
2025-05-28 22:42:51 -07:00
nixpkgs-ci[bot]
c9ef01ac10
Merge master into staging-next
2025-05-29 00:16:56 +00:00
Nicolas Mémeint
575e5b882b
authelia: add current package maintainers as module maintainers
2025-05-28 21:49:14 +02:00
Lukas Wurzinger
96ec055edb
nixos/filebrowser: init module
2025-05-29 00:54:49 +05:30
Ilan Joselevich
7b3486bdc3
nixos/kanidm: merge recursively with extraJsonFile ( #411439 )
2025-05-29 01:14:00 +07:00
nixpkgs-ci[bot]
d1f696d4b2
Merge master into staging-next
2025-05-28 18:05:51 +00:00
Pol Dellaiera
a3e8ba327e
Google Authenticator 2FA support over XRDP ( #407736 )
2025-05-28 17:57:00 +00:00
Fiona Behrens
99da5ec2bc
nixos/systemd-initrd: honor the enable option in contents
...
The enable attribute of `boot.initrd.systemd.contents.<name>` was
ignored for building initrd storePaths. This resulted in building
derivations for the initrd even if it was disabled.
Found while testing a to build a nixos system with a kernel without
lodable modules[0]
[0]: https://github.com/NixOS/nixpkgs/pull/411792
2025-05-28 17:10:02 +00:00
Peter Marshall
7d36daa76a
nixos/systemd-stage-1: follow systemd /run propagation
...
We currently bypass systemd's switch-root logic by premounting
/sysroot/run. Make sure to propagate its sub-mounts with the recursive
flag, in accordance with the default switch-root logic.
This is required for creds at /run/credentials to survive the transition
from initrd -> host.
2025-05-28 13:02:39 -04:00
Someone
10edb84c9f
nixos/nvidia-container-toolkit: allow to provide CSV files ( #401840 )
2025-05-28 15:13:28 +00:00
Sandro
f2e0bb7591
nixos/mediagoblin: fix gmg argument parsing and media reprocessing ( #362655 )
2025-05-28 16:14:10 +02:00
Sandro Jäckel
81d2a488e6
nixos/mediagoblin: fix initial media reprocessing with gmg
...
Running `mediagoblin-gmg reprocess initial` before would fail with
missing GST_PLUGIN_PATH and tools in PATH.
2025-05-28 16:00:20 +02:00
Sandro Jäckel
dd63ca898e
nixos/mediagoblin: fix gmg argument parsing
...
Before the argument to mediagoblin-gmg would be passed to the actual command
and the rest to sh which is obviously nonsense.
2025-05-28 16:00:15 +02:00
Rafael Fernández López
1948ad4bb5
nixos/nvidia-container-toolkit: allow to provide CSV files
2025-05-28 15:57:21 +02:00
nixpkgs-ci[bot]
fe00466a98
Merge staging-next into staging
2025-05-28 12:08:06 +00:00
nixpkgs-ci[bot]
61b02cb4be
Merge master into staging-next
2025-05-28 12:07:03 +00:00
hand7s
c464c44a42
nixos/gnome & nixos/gdm: move out of x11
...
Since DEs like KDE Plasma 6, GNOME and COSMIC are not designed to be X11-exclusive, putting them under `services.xserver` is misleading. In particular, GNOME defaults to Wayland these days and X11 support is going to be dropped in near future.
Let’s follow Plasma and move GNOME NixOS options out of `xserver` attribute.
This patch does not include any changes to X11 support itself.
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-28 13:27:36 +02:00
K900
a3612e2210
Merge remote-tracking branch 'origin/staging-next' into staging
2025-05-28 11:42:18 +03:00
Florian Klink
6be6061a7c
nixos/systemd/networkd: allow passing flow control fields to link ( #402587 )
2025-05-28 09:39:16 +03:00
nixpkgs-ci[bot]
d54b1093dc
Merge master into staging-next
2025-05-28 00:17:01 +00:00
Pol Dellaiera
65c5695a6c
nixos/postfix: add slow domain ( #381789 )
2025-05-27 20:58:42 +00:00
Ilan Joselevich
3b6b50dfad
nixos/kanidm: merge recursively with extraJsonFile
...
Previously, if you set group memberships in both locations, they will
get replaced by the ones in extraJsonFile, which is unexpected as it
kicks users from the group. Now the state files get merged recursively,
including the arrays.
2025-05-27 23:44:44 +03:00
Pol Dellaiera
79cec564b6
nixos/open-webui: allow service to access gpu ( #410579 )
2025-05-27 20:30:22 +00:00
nixpkgs-ci[bot]
66c24d55f3
Merge master into staging-next
2025-05-27 18:04:51 +00:00
Jan Tojnar
a7485af7d5
nixos/telepathy: Remove GNOME remnants
...
GNOME Shell 46 dropped the telepathy support so we no longer need to add the typelib to session path.
c5ec3e45e4
Looking at Debian code search, no packages other than Polari should need the typelib from path anyway, and Polari already gets it from a wrapper:
https://codesearch.debian.net/search?q=TelepathyGLib+-package%3Atelepathy-glib+-package%3Asugar+-path%3Avala&literal=0
Also unmaintain as it is no longer used by GNOME.
The daemon components are needed by lomiri and polari:
https://codesearch.debian.net/search?q=org.freedesktop.Telepathy.MissionControl5%7Corg.freedesktop.Telepathy.AccountManager%7C%5Cbmc-tool%5Cb%7Cmc-wait-for-name&literal=0
2025-05-27 18:15:07 +02:00
Masum Reza
c9f192da92
nixos/amdgpu: add overdrive and ppfeaturemask option ( #411155 )
...
- `programs.corectrl.gpuOverclock.enable` -> `hardware.amdgpu.overdrive.enable`
- `programs.corectrl.gpuOverclock.ppfeaturemask` -> `hardware.amdgpu.overdrive.ppfeaturemask`
- `programs.tuxclocker.enableAMD` -> `hardware.amdgpu.overdrive.enable`
2025-05-27 19:45:13 +05:30
liberodark
b9ecd30d81
nixos/postfix: add slow domain
2025-05-27 14:44:43 +02:00
nixpkgs-ci[bot]
26e0b0347f
Merge staging-next into staging
2025-05-27 10:58:40 +00:00
nixpkgs-ci[bot]
ce765500e0
Merge master into staging-next
2025-05-27 10:57:47 +00:00
Matthias Beyer
c84ce50209
adguardhome: Build from source ( #411034 )
2025-05-27 11:50:16 +02:00
Someone
57390c8b91
virtualisation/docker: fix nvidia container wrapper ( #407290 )
2025-05-27 09:34:51 +00:00
nixpkgs-ci[bot]
f55ad1c8a3
Merge staging-next into staging
2025-05-27 00:17:23 +00:00
nixpkgs-ci[bot]
eea72e93eb
Merge master into staging-next
2025-05-27 00:16:40 +00:00
Marc Fontaine
b134f3148f
nixos/postgrest: fix typo in name of configuration options ( #411197 )
...
The config-file key is 'server-unix-socket-mode', not 'service-unix-socket-mode'.
2025-05-26 19:21:10 +00:00
nixpkgs-ci[bot]
3f5733a8f9
Merge staging-next into staging
2025-05-26 18:06:16 +00:00