1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-18 23:50:07 +03:00
Commit graph

5490 commits

Author SHA1 Message Date
Mathew Polzin
aab274269b
nq: 0.5 -> 1.0 (#369192) 2025-01-04 22:06:42 -06:00
Lin Jian
37e6624667
nixos/kmonad: add new option enableHardening
Before

```console
$ systemd-analyze security kmonad-foo.service | tail -n 1
→ Overall exposure level for kmonad-foo.service: 8.2 EXPOSED 🙁
```

After

```console
$ systemd-analyze security kmonad-foo.service | tail -n 1
→ Overall exposure level for kmonad-foo.service: 0.4 SAFE 😀
```
2025-01-04 03:41:15 +08:00
Robert Schütz
64e0c3052d
immich-public-proxy: init at 1.5.4, nixos/immich-public-proxy: init module (#362907) 2025-01-03 10:16:36 -08:00
Sandro
fd92a488b2
nextcloud: update a few defaults (#369242) 2025-01-03 02:59:31 +01:00
Wael Nasreddine
1dd16a796a
nixos/ncps: init service (#370153) 2025-01-02 15:25:37 -08:00
Wael Nasreddine
87b42d403e nixos/ncps: init service 2025-01-02 15:08:12 -08:00
Gaetan Lepage
c9ddb6bef5 linuxPackages: 6.6 -> 6.12
The latest longterm kernel release series is 6.12, and we should roll it
out as the default now, to receive as much testing as possible before
the NixOS 25.05 release.
2025-01-02 23:56:15 +01:00
Lin Jian
989c076021
nixos/kmonad: create determinate symlinks (#370053) 2025-01-03 02:20:22 +08:00
Dimitar Nestorov
10a75ab5b2 doc: titanium tombstone 2025-01-02 15:05:26 +01:00
Dimitar Nestorov
9516e693c6 doc/rl-2505: mention removal of titaniumenv, titanium, and titanium-alloy 2025-01-02 15:05:26 +01:00
Lin Jian
9695e75dde
nixos/kmonad: create determinate symlinks 2025-01-02 06:02:52 +08:00
Defelo
a4175381e7
nixos/ytdl-sub: init module 2025-01-01 16:46:45 +01:00
Maximilian Bosch
1fdc9d0e6a
Merge: nixos/matrix-synapse: configure PYTHONMALLOC when using jemalloc (#369444) 2025-01-01 15:11:55 +01:00
Thiago Kenji Okada
b8842b8bea nixos/doc/rl-2505: mention nixos-option rewrite 2025-01-01 13:18:02 +00:00
oxalica
b22d47a1b8 earlyoom: use upstream systemd service and add release note 2024-12-31 18:31:16 -05:00
Yt
c9482a5489
foundationdb: 7.1.32 -> 7.3.42 (#369145) 2024-12-31 12:34:34 -05:00
misuzu
6f3a5fa9a4
sm64ex: unstable-2022-12-19 -> 0-unstable-2024-07-04 , enable 60fps patch by default, migrate to pkgs/by-name; sm64ex-coop: drop (#365424) 2024-12-31 15:54:17 +02:00
Maximilian Bosch
6978b4b5bd
nixos/nextcloud: increase pool settings
Also link to upstream docs about PHP-FPM tuning[1].
These seem a little more reasonable performance-wise, but are still
conservative enough for small setups.

[1] https://docs.nextcloud.com/server/30/admin_manual/installation/server_tuning.html#tune-php-fpm
2024-12-31 00:05:52 +01:00
Maximilian Bosch
c7ccfc5f9f
nixos/nextcloud: drop default for dbtype setting
Closes #355606

To quote the system requirements[1]:

> Database: SQLite 3.16+ (only recommended for testing and minimal-instances)

As discussed[2], this would already fail at eval-time for everyone and
makes all sqlite users aware that this is probably not the best choice.
Doing that regardless, is now an explicit decision.

[1] https://docs.nextcloud.com/server/30/admin_manual/installation/system_requirements.html
[2] https://github.com/NixOS/nixpkgs/pull/369242#discussion_r1899706512
2024-12-31 00:01:02 +01:00
Martin Weinelt
51d11cae99
nixos/matrix-synapse: enable jemalloc by default
The official docker image has been defaulting to the jemalloc memory
allocator for years.
2024-12-30 17:55:33 +01:00
nicoo
238b407862
nixos: hardware.pulseaudio → services.pulseaudio (#369391) 2024-12-30 13:46:50 +00:00
Emily
c1f8b214cc foundationdb: 7.1.32 -> 7.3.42
Includes fixes for GCC 14 and using non‐vendored libraries.
2024-12-30 12:35:07 +00:00
Markus Kowalewski
bea29cd04f
nixos/zenohd: add module and test (#368613) 2024-12-30 12:32:19 +01:00
Tim Van Baak
6278071763 nixos/immich-public-proxy: init module 2024-12-29 19:42:47 -08:00
Thiago Kenji Okada
932a3ae36b
rofi: 1.7.5 -> 1.7.6 (#369121) 2024-12-29 19:32:19 +00:00
Magnus Bergmark
ae4bba9b33
rofi: 1.7.5 -> 1.7.6
New dependency: xcbutilkeysyms

ABC-sorted the xcb dependencies to make them easier to scan in the
future.

Added release note about this version because it is much larger than the
patch-level version bump might indicate.
2024-12-29 20:11:41 +01:00
eilvelia
0401c5caa6
nq: 0.5 -> 1.0
Note: in the 1.0 release, the fq and tq utilities have been renamed to
nqtail and nqterm respectively.

This also enables doCheck and adds meta.changelog.
2024-12-29 17:19:23 +00:00
Arne Keller
e9d640eaf3
nixos/vivid: init module (#345656) 2024-12-29 16:07:07 +01:00
Arne Keller
4b7712c3f1
nixos/dex: Restart on referenced file changes (#343738) 2024-12-29 14:54:15 +01:00
Gaétan Lepage
65b073701a
python312Packages.{jax,jaxlib}: 0.4.28 -> 0.4.38; use jaxlib-bin by default (#363130) 2024-12-29 14:06:34 +01:00
Thiago Kenji Okada
b821685bc8
caddy: withPlugins better error messages for untagged plugins (#368657) 2024-12-29 12:32:21 +00:00
natsukium
214660c708
python312Packages.jaxlib-bin: 0.4.28 -> 0.4.38
Diff: jax-ml/jax@jaxlib-v0.4.28...jaxlib-v0.4.38

Changelog: https://github.com/jax-ml/jax/releases/tag/jaxlib-v0.4.38
2024-12-29 20:36:35 +09:00
Florian Klink
23439d2761
rl-2411: add an entry for the new kmonad module (#368834) 2024-12-29 10:19:54 +01:00
Pol Dellaiera
b60fe11f2f
Bump and rename siduck76-st > st-snazzy (#360236) 2024-12-29 10:06:20 +01:00
Yifei Sun
9ed97b91f7 caddy: add docs about untagged plugins 2024-12-28 10:13:17 -05:00
Lin Jian
37302163ed
rl-2411: add an entry for the new kmonad module 2024-12-28 22:59:45 +08:00
Samuel Rounce
b256398a32 nixos/dex: Restart on referenced file changes
Dex now restarts when EnvironmentFile or client secretFile paths
change.
2024-12-28 11:59:12 +00:00
Markus Kowalewski
6298d3e530
nixos/zenohd: add module and test 2024-12-28 02:09:38 +01:00
x123
d7b5992d16 borgmatic: 1.8.14 -> 1.9.5 2024-12-27 21:04:51 +01:00
Leona Maroni
49a9f3e014
docker_24: drop (#367088) 2024-12-27 18:25:31 +01:00
Kira Bruneau
8f24b0abe1
goverlay: 0.7.1 -> 1.2 (#368202) 2024-12-27 10:05:22 -05:00
oxalica
c22f13788f {libsForQt5,kdePackages}.{partitionmanager,kpmcore}: drop ReiserFS support
ReiserFS has not been actively maintained for many years. It has been
marked as obsolete since Linux 6.6, and is removed in the next 6.13
release.
2024-12-26 20:17:13 -05:00
Philip Abernethy
34e62a308f goverlay: add 25.05 release notes entry 2024-12-26 16:34:21 -05:00
Yt
bbc2fd221c
elixir: update default to 1.18 (#368356) 2024-12-26 15:06:50 -05:00
K900
03539677da
asusd: Support for multiple aura device configs (#348226) 2024-12-26 18:22:12 +03:00
Adam C. Stephens
3ccfb4568d
elixir: update default to 1.18 2024-12-26 09:59:30 -05:00
ibizaman
1f52ec9f95 prometheus-node-cert-exporter: init at 1.1.7-unstable-2024-12-26 2024-12-26 14:21:30 +01:00
Thiago Kenji Okada
9ceb1173fb
caddy: add suport for compiling Caddy with plugins (#358586) 2024-12-26 11:51:17 +00:00
Marcin Serwin
3d2a98c916
asusd: add release note about breaking changes 2024-12-26 10:32:48 +01:00
Yt
5e39965a7d
erlang: update default to OTP 27 (#368120) 2024-12-25 15:25:23 -05:00