nixpkgs-ci[bot]
ca79de1232
Merge staging-next into staging
2026-08-18 18:08:07 +00:00
Sandro
2f544507bd
nixos/avahi: fix on 32 bit host platforms ( #553854 )
2026-08-18 17:48:22 +00:00
Sandro
1e1ecd5a81
nixos/kmscon: remove dash usage ( #553900 )
2026-08-18 17:45:47 +00:00
Kira Bruneau
98101d14db
nixos/gamemode: restart the service when the package is changed ( #553738 )
2026-08-18 14:43:00 +00:00
Martin Weinelt
1f03163249
nixos/wyoming-faster-whisper: fix eval
2026-08-18 14:46:37 +02:00
Sandro Jäckel
33d92ff89a
nixos/kmscon: remove dash usage
...
NixOS uses bash everywhere, so lets do it here as well and save one
extra package.
2026-08-18 14:26:23 +02:00
İlkecan Bozdoğan
1c0a33c98d
nixos/gamemode: restart the service when the package or the config is changed
2026-08-18 13:50:31 +03:00
Doron Behar
7eb0bf4232
nixos/avahi: fix on 32 bit host platforms
...
Assisted-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-18 13:17:47 +03:00
nixpkgs-ci[bot]
357f951b4b
Merge staging-next into staging
2026-08-18 06:09:03 +00:00
Jörg Thalheim
7503db6633
nixos/github-runners: GitHub App authentication and multi-org runners ( #533377 )
2026-08-18 02:36:32 +00:00
h7x4
c3100230c4
fail2ban: 1.1.0 -> 1.1.1 ( #553141 )
2026-08-18 00:33:29 +00:00
nixpkgs-ci[bot]
32e2305704
Merge staging-next into staging
2026-08-18 00:11:41 +00:00
dram
c8e4e580f2
nixos/tests/papra: init ( #553492 )
2026-08-17 23:25:14 +00:00
Felix Bargfeldt
6a93c88c15
nixos/suricata: add new dnp3 rules to default blacklist ( #553682 )
2026-08-17 23:17:18 +00:00
Michael Daniels
62cb024522
Merge branch 'staging-next' into staging
2026-08-17 17:15:08 -04:00
Bjørn Forsman
e953aa45f7
nixos/ups: run killpower driver as root ( #552701 )
2026-08-17 21:05:52 +00:00
Sandro
ee23f4ae6a
healthchecks: django compress before collectstatic ( #552823 )
2026-08-17 18:34:48 +00:00
epicrazzmatazz
b9862f4271
nixos/suricata: add new dnp3 rules to default blacklist
...
Upstream added new rules for dnp3, causing the daemon to fail on rule
evaluation again.
2026-08-17 14:16:19 -04:00
Sandro
f526f1dba2
nixos/comfyui: add dataDir option ( #553291 )
2026-08-17 16:41:36 +00:00
Sandro
7c3a200257
netdata: 2.10.3 -> 2.11.0 ( #545582 )
2026-08-17 16:40:01 +00:00
Jack Kelly
f4d444ddff
nixos/ups: run killpower driver as root
...
upsdrv starts the driver with `upsdrvctl -u root start`, but
ups-killpower invokes a bare `upsdrvctl shutdown`. Since nut
is built --with-user=nutmon, nut fails to read both /var/lib/nut
and the USB device with "insufficient permissions on everything".
The UPS is then never told to cut its outlets: it keeps draining
battery after the OS has halted, and cannot power-cycle the machine
when mains returns.
Ergo, run the shutdown as root.
2026-08-17 10:09:13 -04:00
Sandro Jäckel
ae28c254da
nixos/comfyui: add dataDir option
...
ComfyUI's state is mostly multi-GB checkpoints that users add and remove
by hand. With this new option it can be located anywhere, not just under /var/lib.
Assisted-by: Claude Code:claude-opus-5 (mostly)
Co-authored-by: ilyusha <121713022+rokokol@users.noreply.github.com >
2026-08-17 15:30:39 +02:00
Sandro Jäckel
034c70e866
nixos/comfyui: append extraArgs after the module's own arguments
...
The module writes its own flags into services.comfyui.extraArgs, the
option users write to as well. List definitions are concatenated and the
module's landed last, so a flag set by the user was overridden by the
module instead of overriding it:
comfyui '--port=9999' '--base-directory=/srv/comfyui' \
'--base-directory=/var/lib/comfyui' … '--port=8188'
Both of the user's flags are overwritten as argparse keeps the last occurrence of each.
Assisted-by: Claude Code:claude-opus-5 (mostly)
Co-authored-by: ilyusha <121713022+rokokol@users.noreply.github.com >
2026-08-17 15:30:34 +02:00
StepBroBD
463afd7f27
nixos/krill: init ( #552258 )
2026-08-17 12:51:19 +00:00
Fernando Rodrigues
ebd896ab95
xen: 4.20.4 -> 4.22.0 ( #471250 )
2026-08-17 12:45:31 +00:00
Sandro
b2c3e63a8e
nixos/netdata: use literalExpression on example of extraNdsudoPackages ( #483485 )
2026-08-17 12:38:08 +00:00
Sandro
e0168dfb23
squashfs-tools: rename from squashfsTools, enable structuredAttrs ( #489654 )
2026-08-17 12:37:27 +00:00
quantenzitrone
93a668bc54
squashfs-tools: rename from squashfsTools, enable structuredAttrs
...
upstream package is called squashfs-tools and other distros also call the package this way https://repology.org/project/squashfs-tools
2026-08-17 14:32:21 +02:00
Martin Weinelt
868116d775
wyoming-faster-whisper: 3.5.0 -> 3.6.0 ( #553295 )
2026-08-17 12:21:23 +00:00
Martin Weinelt
d67eee9335
wyoming-faster-whisper: 3.5.0 -> 3.6.0
...
https://github.com/OHF-Voice/wyoming-faster-whisper/releases/tag/v3.6.0
2026-08-17 14:15:33 +02:00
nixpkgs-ci[bot]
fe296c3ab4
Merge staging-next into staging
2026-08-17 12:07:48 +00:00
K900
2dcbfdc0c0
staging-nixos merge for 2026-08-17 ( #553626 )
2026-08-17 11:24:36 +00:00
Sandro
65e3a6625f
nixos/archisteamfarm: add support for a licenseFile ( #553613 )
2026-08-17 10:59:23 +00:00
André Silva
6c4ad66e46
nixos/all-hardware: add xhci_pci_prom21 to default initrd modules on linux 7.2
...
Since 7.2, xhci-pci defers AMD 800-series chipset xHCI controllers
(1022:43fc/43fd) to the new xhci_pci_prom21 driver and no longer binds
them itself.
2026-08-17 11:57:44 +01:00
André Silva
5c6681a09d
nixos/kernel: add xhci_pci_prom21 to default initrd modules on linux 7.2
...
Since 7.2, xhci-pci defers AMD 800-series chipset xHCI controllers
(1022:43fc/43fd) to the new xhci_pci_prom21 driver and no longer binds
them itself.
2026-08-17 11:57:36 +01:00
jopejoe1
de01441c1a
nixos/archisteamfarm: add support for a licenseFile
...
licenses are secrets so lets give them the same treatment as password's
2026-08-17 12:42:12 +02:00
Doron Behar
d4c44d19e0
nixos/mpd: use structuredAttrs instead of passAsFile ( #553316 )
2026-08-17 09:59:50 +00:00
Leona Maroni
fd458122bb
discourse: 2026.1.4 -> 2026.7.1 ( #548675 )
2026-08-17 09:16:59 +00:00
Leona Maroni
f242df1713
gitlab: 19.0.4 -> 19.2.2 ( #547674 )
2026-08-17 08:39:14 +00:00
Michele Guerini Rocco
ef0b4fd328
nixos/hostapd: fix WPA3 transition mode ( #550492 )
2026-08-17 06:55:57 +00:00
Jan Tojnar
7dcbf84083
nixos/gnome: don't restart gnome-session-monitor.service on switch ( #536457 )
2026-08-17 06:44:26 +00:00
nixpkgs-ci[bot]
8bf944c454
Merge master into staging-nixos
2026-08-17 06:12:31 +00:00
nixpkgs-ci[bot]
cd4453b4ea
Merge staging-next into staging
2026-08-17 06:12:02 +00:00
Masum Reza
cd05211162
nixos/fwupd, fwupd: move efi to and populate /run/fwupd-efi ( #553136 )
2026-08-17 04:30:51 +00:00
h7x4
ee9b42f13a
nixos/prometheus-exporters/kvrocks: init ( #511660 )
2026-08-17 03:37:20 +00:00
h7x4
fad83cbb8b
nixos/kvrocks: unwrap list-coerced settings ( #553504 )
2026-08-17 03:30:44 +00:00
dish
b6cff13ce4
nixos/forgejo-runner: init ( #529621 )
2026-08-17 03:09:40 +00:00
XYenon
3f0891471b
nixos/kvrocks: unwrap list-coerced settings
2026-08-17 10:44:49 +08:00
h7x4
784b5bbf71
nixos/tests/papra: init
2026-08-17 11:34:53 +09:00
h7x4
31161531e8
nixos/dnscrypt-proxy: fix .settings type ( #548856 )
2026-08-17 01:19:26 +00:00