0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-09 12:05:50 +03:00
Commit graph

50513 commits

Author SHA1 Message Date
Thiago Kenji Okada
3bf74f2aa5
nixos/cook-cli: init module (#399226) 2025-04-21 13:57:09 +01:00
Bobby Rong
48b497021e
nixos/budgie: Drop qt style override
https://hydra.nixos.org/build/295225429

This unbreaks nixosTests.budgie when a fix for qt6gtk2 is still in
review. This does not seem to work in Wayland so I guess we will
eventually drop that in next Budgie bump anyway.

See also 7e685d3693 for Cinnamon and 36bc3f46ba for Pantheon.
2025-04-21 20:33:24 +08:00
Marcell Tóth
c11863f1e9 doc, nixos/doc: include roboto font
Roboto was already set as the font for the manuals,
but without a way to get it, so people who didn't
happen to have it installed saw their default font
2025-04-21 13:18:05 +02:00
Wolfgang Walther
722e4bf4ff
postgresqlPackages.pgvecto-rs: move test from VM to postgresqlTestExtension 2025-04-21 12:56:19 +02:00
Wolfgang Walther
3af009b416
postgresqlPackages.tsja: move test from VM to postgresqlTestExtension 2025-04-21 12:36:26 +02:00
Wolfgang Walther
e06b22b254
postgresqlPackages.timescaledb: move test from VM to postgresqlTestExtension 2025-04-21 12:36:14 +02:00
Wolfgang Walther
6cc89cd16e
postgresqlPackages.citus: move test from VM to postgresqlTestExtension 2025-04-21 12:35:57 +02:00
Acid Bong
1910d945e8
nh, nixos/doc: update repo owner (viperML -> nix-community) 2025-04-21 12:17:50 +03:00
provokateurin
1efc79ccca
nextcloud29: drop 2025-04-21 07:48:32 +02:00
Fernando Rodrigues
d19a913454
nixos/starship: add transientPrompt option set for starship on fish shells
On `fish`, Starship supports transient prompts with no external dependencies.

This commit adds three options that allows users to edit the function bodies of
`starship_transient_prompt_func` and `starship_transient_rprompt_func` and call
`enable_transience` after the Starship initialisation code is sourced into the
shell.

This avoids the need for downstream NixOS configurations to use the
`programs.fish.promptInit` option with the `lib.mkAfter` function to correctly
enable transience.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-20 22:19:18 -03:00
Tristan Ross
3990b11190
nixos/{vwifi,kismet}: init modules (#380819) 2025-04-20 17:02:03 -07:00
Morgan Jones
85fef808ad
doc: init Testing Hardware Features section with vwifi 2025-04-20 15:39:25 -07:00
Morgan Jones
a4371c50b3
release-notes: add kismet and vwifi 2025-04-20 15:39:25 -07:00
Morgan Jones
36cddaaa6f
nixos/kismet: init module
Use vwifi to write a proper test for Kismet. This test demonstrates how
to simulate wireless networks in NixOS tests, and extract meaningful
data by putting an interface in monitor mode using Kismet.
2025-04-20 15:39:23 -07:00
Morgan Jones
583a74d8ad
nixos/vwifi: init module
This module does not currently have its own test suite: it is intended
to be used in test suites for other modules that use wifi.
2025-04-20 15:39:22 -07:00
Tristan Ross
9ddf5cb6f4
nixos/mattermost: correct file upload directory (#400221) 2025-04-20 15:19:05 -07:00
Ryan Hendrickson
317c972e8a
nixos/pam: conditional enabling of services (#399051) 2025-04-20 13:23:01 -04:00
Grimmauld
372786f832
nixos/telepathy: drop removed logger package 2025-04-20 14:51:18 +02:00
Aleksana
27299af9e6
tp-auto-kbbl: enable upower service (#388006) 2025-04-20 15:15:29 +08:00
zowoq
e5b760b14f nix: update nix-fallback-paths to 2.28.2 2025-04-20 15:24:11 +10:00
Morgan Jones
b462e671d3
release-notes: update Mattermost release notes 2025-04-19 18:44:17 -07:00
Morgan Jones
a7e52b03c3
nixos/mattermost: correct file upload directory
Fix compatibility with previous versions by making sure all the uploads
and plugins end up in the correct directory. Add a test for the exact
path we care about to ensure that it doesn't work "on accident."

Discovered while updating instances to unstable.
2025-04-19 18:33:20 -07:00
Aleksana
a89584761e
nixos/gancio: fix quotes and indentation, exec into configured user (#397194) 2025-04-20 09:09:51 +08:00
Weijia Wang
9c6d45c714
hbase: 2.5.10 -> 2.5.11, 2.6.1 -> 2.6.2 (#390403) 2025-04-20 01:19:47 +02:00
Pol Dellaiera
10ccc66294
nixosTests.hub: migrate to runTest (#400180) 2025-04-19 21:46:12 +00:00
Pol Dellaiera
9258185510
nixosTests.logrotate: migrate to runTest (#400176) 2025-04-19 21:28:13 +00:00
Piotr Kwiecinski
38453b10b1
nixosTests.hub: migrate to runTest
Part of #386873
2025-04-19 23:21:00 +02:00
Piotr Kwiecinski
22356f510d
nixosTests.logrotate: migrate to runTest
Part of #386873
2025-04-19 22:57:48 +02:00
Adam C. Stephens
21dcd7bbc1
nixosTests.forgejo{,-lts}: simplify workflow subtest (#398217) 2025-04-19 16:47:27 -04:00
Neyts Zupan
ce6b63de06 paretosecurity: 0.1.3 -> 0.1.9
Also some modernization/gardening package and tests, thanks @tfc!
2025-04-19 21:36:36 +01:00
Piotr Kwiecinski
193857d582
nixosTests.man: migrate to runTest
Part of #386873
2025-04-19 22:21:12 +02:00
Wolfgang Walther
7f76f39830
nixos/rush: init module (#398463) 2025-04-19 18:25:49 +00:00
João Nogueira
24ad63ef2a
nixos/rush: init module 2025-04-19 19:45:05 +02:00
Pol Dellaiera
bd587ca3ed
nixosTests.signal-desktop: migrate to runTest (#400122) 2025-04-19 17:18:55 +00:00
Piotr Kwiecinski
d7e7243d4c
nixosTests.signal-desktop: migrate to runTest
Part of #386873
2025-04-19 18:54:11 +02:00
Nico Felbinger
e0d1b49a46
chore: move meta option to top level in many modules 2025-04-19 18:27:48 +02:00
Florian Klink
8ee81a2b55
nixos/alloy: set After=network.target (#399864) 2025-04-19 16:50:18 +02:00
Thiago Kenji Okada
1decace5e9
nixos/television: init module (#397872) 2025-04-19 13:11:59 +01:00
Pol Dellaiera
4ad61b022b
kexec-tools: passthru kexec tests and migrate to runTest (#399539) 2025-04-19 10:14:49 +00:00
K900
543b0d54bb
nixos/moonraker: set default machine.provider to none if system control is disabled (#399976) 2025-04-19 11:07:54 +03:00
Pol Dellaiera
0444dc67dd
caddy: 2.9.1 -> 2.10.0 (#399857) 2025-04-19 07:17:59 +00:00
sorki
7a6c5213ce nixos/moonraker: set default machine.provider to none if system control is disabled
This suppresses warnings about missing PolicyKit rules.
2025-04-19 08:21:49 +02:00
MidAutumnMoon
de2f890b89
nixos/direnv: fix option accessed but not defined
Update nixos/modules/programs/direnv.nix

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2025-04-19 13:55:42 +08:00
lassulus
b8d7097244
nixos/containers: fix shell error when privateUsers=no (#396174) 2025-04-18 17:53:51 -07:00
Felix Singer
350127c4e7 nixos/flashprog: Enable libjaylink and libftdi modules
flashprog uses the libraries libjaylink and libftdi. So in order for
flashprog to work properly for non-privileged users, enable their
related NixOS modules which enable several udev rules for devices used
by flashprog.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-19 00:13:02 +02:00
Florian Klink
5d094c2338 nixos/alloy: set After=network.target
This prevents the network from being torn down before alloy itself it
stopped.

Alloy tries to flush its WAL on SIGTERM, and if the network stack is
already down, it tries to flush logs up to 90s during shutdown/reboot.

From https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/:

> network.target has very little meaning during start-up. It only
> indicates that the network management stack is up after it has been
> reached. Whether any network interfaces are already configured when
> it is reached is undefined. Its primary purpose is for ordering
> things properly at shutdown: since the shutdown ordering of units in
> systemd is the reverse of the startup ordering, any unit that is order
> After=network.target can be sure that it is stopped before the network
> is shut down if the system is powered off. This allows services to
> cleanly terminate connections before going down, instead of abruptly
> losing connectivity for ongoing connections, leaving them in an
> undefined state. […]
2025-04-18 23:38:44 +02:00
Yifei Sun
13bc649444
caddy: 2.9.1 -> 2.10.0 2025-04-18 17:03:23 -04:00
Piotr Kwiecinski
610021f4b6
nixosTests.fancontrol: migrate to runTest
Part of #386873
2025-04-18 21:28:41 +02:00
Sandro Jäckel
52525af4aa
nixos/kresd: add kresd-cli wrapper script 2025-04-18 20:53:20 +02:00
Austin Horstman
70f338c662
nixos/direnv: fix silent option (#398717) 2025-04-18 11:39:37 -07:00