Commit 3b49463a authored by sternenseemann's avatar sternenseemann
Browse files

Merge branch master into haskell-updates

parents 1b5ba422 387fbb7a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,9 +3,11 @@ Anderson Torres <torres.anderson.85@protonmail.com>
Atemu <git@atemu.net> <atemu.main@gmail.com>
Daniel Løvbrøtte Olsen <me@dandellion.xyz> <daniel.olsen99@gmail.com>
Fabian Affolter <mail@fabian-affolter.ch> <fabian@affolter-engineering.ch>
goatastronaut0212 <goatastronaut0212@proton.me> <goatastronaut0212@outlook.com>
goatastronaut0212 <goatastronaut0212@outlook.com> <goatastronaut0212@proton.me>
Janne Heß <janne@hess.ooo> <dasJ@users.noreply.github.com>
Jörg Thalheim <joerg@thalheim.io> <Mic92@users.noreply.github.com>
Lin Jian <me@linj.tech> <linj.dev@outlook.com>
Lin Jian <me@linj.tech> <75130626+jian-lin@users.noreply.github.com>
Martin Weinelt <hexa@darmstadt.ccc.de> <mweinelt@users.noreply.github.com>
R. RyanTM <ryantm-bot@ryantm.com>
Robert Hensing <robert@roberthensing.nl> <roberth@users.noreply.github.com>
+24 −1
Original line number Diff line number Diff line
@@ -4279,7 +4279,7 @@
    keys = [ { fingerprint = "2017 E152 BB81 5C16 955C  E612 45BC C1E2 709B 1788"; } ];
  };
  Cryolitia = {
    name = "Beiyan Cryolitia";
    name = "Cryolitia PukNgae";
    email = "Cryolitia@gmail.com";
    github = "Cryolitia";
    githubId = 23723294;
@@ -15249,6 +15249,12 @@
    github = "o0th";
    githubId = 22490354;
  };
  oakenshield = {
    email = "nix@thorin.theoakenshield.com";
    github = "HritwikSinghal";
    githubId = 29531474;
    name = "Hritwik Singhal";
  };
  oaksoaj = {
    email = "oaksoaj@riseup.net";
    name = "Oaksoaj";
@@ -17035,6 +17041,12 @@
    githubId = 1332289;
    name = "Quentin Machu";
  };
  quincepie = {
    email = "flaky@quincepie.dev";
    github = "Quince-Pie";
    githubId = 127546159;
    name = "QuincePie";
  };
  quinn-dougherty = {
    email = "quinnd@riseup.net";
    github = "quinn-dougherty";
@@ -20377,6 +20389,11 @@
    githubId = 156964;
    name = "Thomas Boerger";
  };
  tbwanderer = {
    github = "tbwanderer";
    githubId = 125365236;
    name = "Ice Layer";
  };
  tcbravo = {
    email = "tomas.bravo@protonmail.ch";
    github = "tcbravo";
@@ -22594,6 +22611,12 @@
    githubId = 529003;
    name = "Christine Dodrill";
  };
  xeals = {
    email = "dev@xeal.me";
    github = "xeals";
    githubId = 21125058;
    name = "xeals";
  };
  xeji = {
    email = "xeji@cat3.de";
    github = "xeji";
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ lpeglabel,,,,1.6.0,,
lrexlib-gnu,,,,,,
lrexlib-pcre,,,,,,vyp
lrexlib-posix,,,,,,
lsp-progress.nvim,,,,,,gepbird
lua-cjson,,,,,,
lua-cmsgpack,,,,,,
lua-curl,,,,,,
+9 −0
Original line number Diff line number Diff line
@@ -289,6 +289,12 @@
  for `stateVersion` ≥ 24.11. (It was previously using SQLite for structured
  data and the filesystem for blobs).

- The `stargazer` service has been hardened to improve security, but these
  changes make break certain setups, particularly around traditional CGI.

  - The `stargazer.allowCgiUser` option has been added, enabling
    Stargazer's `cgi-user` option to work, which was previously broken.

- The `shiori` service now requires an HTTP secret value `SHIORI_HTTP_SECRET_KEY` to be provided via environment variable. The nixos module therefore, now provides an environmentFile option:

  ```
@@ -386,6 +392,9 @@
- The `antennas` package and the `services.antennas` module have been
  removed as they only work with `tvheadend` (see above).

- The `services.syncplay` module now exposes all currently available command-line arguments for `syncplay-server` as options, as well as a `useACMEHost` option for easy TLS setup.
  The systemd service now uses `DynamicUser`/`StateDirectory` and the `user` and `group` options have been deprecated.

## Other Notable Changes {#sec-release-24.11-notable-changes}

<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+1 −0
Original line number Diff line number Diff line
@@ -1479,6 +1479,7 @@
  ./services/web-apps/pretix.nix
  ./services/web-apps/prosody-filer.nix
  ./services/web-apps/rimgo.nix
  ./services/web-apps/rutorrent.nix
  ./services/web-apps/screego.nix
  ./services/web-apps/sftpgo.nix
  ./services/web-apps/suwayomi-server.nix
Loading