Sergei Trofimovich
342c8ac9ec
lauti.tests: fix the eval
...
After a rename of the attribute the test references were fixed, but not
the test itself. This caused eval failures like:
$ nix build --no-link -f. lauti.tests
error:
… while evaluating the attribute 'lauti'
at pkgs/by-name/la/lauti/package.nix:45:26:
44| passthru.tests = {
45| inherit (nixosTests) lauti;
| ^
46| };
THe change renames the test as well.
2025-05-28 18:42:34 +01:00
Peter Marshall
dd15d6c248
nixos/tests/systemd-initrd-credentials: init
2025-05-28 13:20:23 -04: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
Kristoffer Dalby
0dd5cdaa3b
headscale: 0.25.1 -> 0.26.0, update nixos module and test accordingly
...
Co-authored-by: Sandro <7258858+SuperSandro2000@users.noreply.github.com>
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2025-05-28 16:20:41 +02:00
Robert Hensing
99db54d11c
nixosTests: fix eval ( #411634 )
2025-05-28 16:16:49 +02: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
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
Peder Bergebakken Sundt
f4fec9cf42
cryptpad: fix broken symlink that renders cryptpad unusable ( #410514 )
2025-05-28 12:40:50 +02:00
Franz Pletz
b877d063fb
nixos/tests/mediamtx: make more robust
2025-05-28 09:55:14 +02:00
Sizhe Zhao
fb24b403c1
nixosTests: fix eval
2025-05-28 15:08:32 +08:00
Florian Klink
6be6061a7c
nixos/systemd/networkd: allow passing flow control fields to link ( #402587 )
2025-05-28 09:39:16 +03:00
Dominique Martinet
18ca00d03e
nixos/cryptpad: add selenium test
...
This catches more errors than just the curl test we had previously, e.g.
it catches 404 on tweetnacl fixed by the following commit
Link: https://github.com/NixOS/nixpkgs/issues/404114#issuecomment-2906588917
2025-05-28 12:19:23 +09:00
Pol Dellaiera
65c5695a6c
nixos/postfix: add slow domain ( #381789 )
2025-05-27 20:58:42 +00:00
Cosima Neidahl
67b2951930
lomiri.lomiri-music-app: 3.2.2 -> 3.3.0 ( #407331 )
2025-05-27 22:47:52 +02: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
oddlama
1069853a49
nixos/stalwart-mail: utilize lib.getExe
2025-05-27 20:42:06 +02:00
Gutyina Gergő
fd9611949f
nixos/pocket-id: refactor
2025-05-27 19:59:48 +02:00
Gutyina Gergő
cf7ece2830
{,nixos/}pocket-id: make pocket-id-backend subpackage the main package
2025-05-27 19:59:48 +02:00
Gutyina Gergő
ab1ce1ea5b
{,nixos/}pocket-id: 0.53.0 -> 1.0.0
...
This contains breaking changes, see https://pocket-id.org/docs/setup/migrate-to-v1/ .
The frontend now generates only static files and no longer includes a
binary for serving them. The backend has taken over the responsibility
of serving the static assets.
Co-authored-by: ymstnt <21342713+YMSTNT@users.noreply.github.com>
2025-05-27 19:59:43 +02:00
Philip Taron
c0b2b17f6d
nixosTests.{login,containers-imperative}: fix eval ( #411421 )
2025-05-27 10:51:14 -07:00
Gutyina Gergő
798d6e76cf
nixos/dwm-status: run with --quiet
2025-05-27 19:27:57 +02: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
Tim Häring
41aa024e28
tracee: 0.20.0 -> 0.23.1
2025-05-27 17:47:28 +02:00
Robert Hensing
6041b78d8b
nixosTests.containers-imperative: Fix eval
2025-05-27 16:29:43 +02:00
Robert Hensing
d09d8ce195
nixosTests.login: Fix eval
2025-05-27 16:29:43 +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
Robert Hensing
d5226c89f1
nixosTests: handleTest -> runTest, batch 1 ( #410569 )
2025-05-27 15:33:37 +02:00
liberodark
b9ecd30d81
nixos/postfix: add slow domain
2025-05-27 14:44:43 +02:00
aleksana
49a60b722e
nixos/nekoray: init module
2025-05-27 17:53:18 +08: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
Peder Bergebakken Sundt
01a4aa202c
shadps4: 0.7.0 -> 0.9.0 ( #402418 )
2025-05-27 11:00:15 +02: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
Leona Maroni
bdc995d3e9
nixos/doc/rl-2505: ensure consistency between module option links ( #410452 )
2025-05-26 19:43:11 +02:00
isabel
bd604e3560
nixos/users-groups: allow changing default home directory ( #357962 )
2025-05-26 18:10:07 +01:00
Aleksana
adc94ac2b4
nixos/nh: allow flake uris ( #402572 )
2025-05-26 22:48:40 +08:00
Sizhe Zhao
f34483be5e
nixosTests: handleTest -> runTest, batch 1
...
Reference: https://github.com/NixOS/nixpkgs/issues/386873
2025-05-26 20:40:17 +08:00
Matthias Beyer
3cacfcb56b
feedbackd: 0.8.1 -> 0.8.2 ( #410803 )
2025-05-26 14:38:39 +02:00
Aleksana
938e3fa749
nixos/networkmanager: add an enableDefaultPlugins
option ( #366842 )
2025-05-26 20:34:24 +08:00
Jörg Thalheim
131462b962
emergencyMode, emergencyAccess: cross reference options in docs. ( #410418 )
2025-05-26 14:12:41 +02:00
Martin Weinelt
8244db9056
nixos/prowlarr: use DynamicUser again, configure bind mount ( #410531 )
2025-05-26 13:53:00 +02:00
Bruno BELANYI
784ebcb342
nixos/mealie: fix test ( #411087 )
2025-05-26 07:40:18 -04:00
Anton Mosich
f782cd6e3b
nixos/mealie: fix test
...
`simple` was never defined, I assume that this was supposed to be
`sqlite`.
2025-05-26 11:57:23 +02:00
Aleksana
05ea790f13
nixos/anubis: Apply some more hardening settings ( #410041 )
2025-05-26 17:42:25 +08:00