0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-19 08:31:01 +03:00
Commit graph

46405 commits

Author SHA1 Message Date
Sandro Jäckel
f8a2b02ed2 nixos/mailman: add option to expand the uwsgi settings
(cherry picked from commit 61d15c60fc)
2024-11-28 23:54:21 +00:00
Silvan Mosberger
f2a770702e rl-2411: Match to master branch
Other than https://github.com/NixOS/nixpkgs/pull/359942 and
https://github.com/NixOS/nixpkgs/pull/359946, this is the only
difference between the file on master vs release-24.11

Doing this allows backporting restructuring of this document on master
without having to resolve merge conflicts
2024-11-28 21:21:06 +01:00
Victor Engmark
9a4addbe70 nixos/goatcounter: Fix typo in link
(cherry picked from commit 9256f91881)
2024-11-28 20:02:41 +00:00
Silvan Mosberger
8ab985890c
[Backport release-24.11] nixos/binfmt: add option addEmulatedSystemsToNixSandbox (#359316) 2024-11-28 21:00:29 +01:00
Vladimír Čunát
8460d66edc
staging-next-24.11 iteration 1 - 2024-11-17 (#356895) 2024-11-28 20:04:17 +01:00
Sandro
42e9c7a666
[Backport release-24.11] nixos/mailman: wrap mailman cli to start as mailman user (#359688) 2024-11-28 13:51:24 +01:00
Emil Thorsoe
6b729dc6ea enableAllTerminfo: re-add unbroken contour
(cherry picked from commit 92a4d1d60d)
2024-11-28 09:31:30 +00:00
damhiya
21534ca8dd coqPackages.Ordinal: init at 0.5.3
(cherry picked from commit c78d3b8465)
2024-11-28 08:58:13 +01:00
github-actions[bot]
868494d863
Merge release-24.11 into staging-next-24.11 2024-11-28 00:18:57 +00:00
Emily
ff31b814b6 nixos/lib/test-driver: fix linting after compatibility clean‐up
The previous commit removed the handling of `dict` arguments, but
didn’t adjust the type, leading to the following type-checking error:

    test_driver/driver.py:216: error: Argument 1 to "NixStartScript" has incompatible type "str | dict[Any, Any]"; expected "str"  [arg-type]

It also left an unused import that Ruff is unhappy about:

    build/lib/test_driver/driver.py:11:22: F401 [*] `colorama.Fore` imported but unused
    …
    build/lib/test_driver/driver.py:11:28: F401 [*] `colorama.Style` imported but unused

Fixes: 71306e6b36
(cherry picked from commit d490680530)
2024-11-27 22:09:20 +00:00
Sandro Jäckel
edc274db49 nixos/mailman: wrap mailman cli to start as mailman user
This is essential when postgres socket authentication is used.

(cherry picked from commit 1b510687b4)
2024-11-27 22:07:56 +00:00
Sandro
bcec3e7a5c nixos/lvm: expand enable description to better inform users about their actions
(cherry picked from commit a9f3a296d3)
2024-11-27 21:38:16 +00:00
PAEPCKE, Michael
193899c87e nixos/wg-access-server: bugfix dns.enabled (yaml)
(cherry picked from commit a58c8fee1e)
2024-11-27 17:05:31 +00:00
Yuriy Taraday
28ba9e2c27 nixos/acme: Set /var/lib/acme permissions to 755
It was being created with the default home permissions of 700, and then
set to 755 at runtime by something either some script or systemd as
part of service startup.

It worked fine without sysusers, but when it's enabed with:

    systemd.sysusers.enable = true;

systemd-tmpfiles is resetting permissions on each activation, which
breaks, for example, nginx reload, because it cannot load certificates
anymore, because it doesn't have any access to `/var/lib/acme`.

Fix this by setting `homeMode = "755";` explicitely so that it's set to
the final value from the beginning.

(cherry picked from commit 64a6e8292a)
2024-11-27 13:52:09 +00:00
Izorkin
4e295837cc nixos/logrotate: allow change mode of a file
(cherry picked from commit a7c8d553ae)
2024-11-26 16:19:30 +00:00
Peder Bergebakken Sundt
04c506083c nixos/binfmt: add option addEmulatedSystemsToNixSandbox
(cherry picked from commit bbb6e83f51)
2024-11-26 15:36:11 +00:00
github-actions[bot]
eb517115f2
Merge release-24.11 into staging-next-24.11 2024-11-26 00:18:46 +00:00
kirillrdy
55d0916a37
[Backport release-24.11] freecad: make customizable (#358920) 2024-11-26 06:54:46 +11:00
Emily
146aa39321
[backport 24.11] treewide: remove deprecations up until 24.11 (#358798) 2024-11-25 17:31:46 +00:00
Felix Buehler
7388f02319 nixos/manticore: fix mkKeyValueDefault
(cherry picked from commit 7882454654)
2024-11-25 17:20:52 +00:00
David McFarland
d0fb02003a dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0
(cherry picked from commit bfaca46529)
2024-11-25 16:12:05 +00:00
David McFarland
0baba70113 dotnet: move dotnet_root to $out/share/dotnet
(cherry picked from commit 42d69ab59a)
2024-11-25 16:12:04 +00:00
David McFarland
987ece3e2b dotnet: split setup hooks into wrapper for runtime/sdk
(cherry picked from commit ddd08e404f)
2024-11-25 16:11:58 +00:00
Aleksana
141520d7f3
[Backport release-24.11] torq: drop (#358770) 2024-11-25 22:46:48 +08:00
Yury Shvedov
332d86c328 doc: notice freecad customization an changelog
Change-Id: If019f12696db1c1661580e51b1920e637c52efec
(cherry picked from commit a7ab6aa51a)
2024-11-25 08:34:44 +00:00
github-actions[bot]
7c57e4c3e2
Merge release-24.11 into staging-next-24.11 2024-11-25 00:19:14 +00:00
Marcin Serwin
11019d736c libresprite: 1.0 -> 1.1
(cherry picked from commit 6fa830fc0d)
2024-11-24 23:00:53 +00:00
Gaetan Lepage
b80abb8973 nixos/gdm: automatically enable services.displayManager
(cherry picked from commit 0a785f6f42)
2024-11-24 22:17:19 +00:00
Wolfgang Walther
5fc8e07918
writeReferencesToFile: remove
Had been deprecated and scheduled for removal in 24.11.
2024-11-24 22:42:44 +01:00
Wolfgang Walther
8295035fa8
nixos/archisteamfarm: remove dataDir fallback
Scheduled for 24.11.

Added in #272147.

(cherry picked from commit 4255d7a658)
2024-11-24 20:58:28 +01:00
Wolfgang Walther
37337f8fad
nixos/pipewire: remove version reference from warning message
This is also true in 24.11 and up, so no need to state the version
number explicitly.

(cherry picked from commit e1e2193dff)
2024-11-24 20:58:27 +01:00
Wolfgang Walther
e3d522e540
nixos/screen: remove assertion
Scheduled for 24.11.

(cherry picked from commit 8bdfc5eca2)
2024-11-24 20:58:27 +01:00
Wolfgang Walther
d239c07beb
nixos/garage: remove assertions
Those were scheduled to be removed in 24.11, so let's do that.

Added in #311893.

(cherry picked from commit 9966353ee7)
2024-11-24 20:58:27 +01:00
Wolfgang Walther
496a6b9d47
nixos/zigbee2mqtt: remove renamed-option warning
This was planned for 21.11, so let's follow through.

(cherry picked from commit 749a6fe1ad)
2024-11-24 20:58:27 +01:00
Wolfgang Walther
aec036a6cd
nixos/lib/make-options-doc: remove optionsDocBook
Follow through on #296384.

(cherry picked from commit de69ff528b)
2024-11-24 20:58:27 +01:00
Wolfgang Walther
789e047230
lib/options: remove mdDoc
Following through on message itself.

(cherry picked from commit 73df63f8ef)
2024-11-24 20:58:26 +01:00
Andreas Zweili
c4dc3a941d torq: drop
(cherry picked from commit ce7cc9146e)
2024-11-24 18:18:27 +01:00
Felix Buehler
6f22e5e97b nixos/haka: fix assert
(cherry picked from commit 5c99958613)
2024-11-24 15:31:14 +00:00
Sefa Eyeoglu
942f21f944 nixos/monado: add forceDefaultRuntime option
This option replaces the active runtime manifest in the user directory.
Games running through Steam's Pressure Vessel cannot read /etc so
forcefully overriding the file every time the service starts, will allow
those games to use Monado.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 91fee43100)
2024-11-24 12:27:02 +00:00
Sefa Eyeoglu
443aea210c nixos/monado: nixfmt
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 969ad19f9d)
2024-11-24 12:27:01 +00:00
Weijia Wang
267d58a0e2
[Backport release-24.11] nixos/incus: add incus-user service and socket (#356398) 2024-11-24 11:28:39 +01:00
Weijia Wang
2fe68b83ee
[Backport release-24.11] wordpress: 6.6.2 -> 6.7 (#358428) 2024-11-24 11:03:50 +01:00
John Titor
cc4d8f6c3e nixos/scx: cleanup
- use utils.escapeSystemdExecArgs in systemd service

- remove StandardError="journal" as it's already default

(cherry picked from commit fc8f58848e)
2024-11-24 08:10:57 +00:00
github-actions[bot]
62871612aa
Merge release-24.11 into staging-next-24.11 2024-11-24 00:21:39 +00:00
Adam Stephens
bcbd89f9c8 incus: add tpm to container test
(cherry picked from commit ed24c80ef6)
2024-11-23 22:47:13 +00:00
Adam Stephens
727cd0502b incus: fix tpm support
(cherry picked from commit 0e12722d4b)
2024-11-23 22:47:13 +00:00
Nico Felbinger
fa192bdc12 nixos/suricata: add module to modules-list
(cherry picked from commit f2de541dfd)
2024-11-23 21:32:44 +01:00
Nico Felbinger
5f82bf3982 nixos/suricata: add description fields for configuration
(cherry picked from commit 9e608d46a9)
2024-11-23 21:32:44 +01:00
Felix Buehler
679f9fdf7c nixos/mackerel-agent: fix pkgs
(cherry picked from commit ae94b60d54)
2024-11-23 16:53:35 +00:00
Paul Grandperrin
0f2160901b nixos-containers: fix enableTun option
When using private users, `mknod /dev/net/tun` is run from the guest and therefor needs the `m` modifier.

(cherry picked from commit 853d34898d)
2024-11-23 16:19:22 +00:00