+2
doc/release-notes/rl-2511.section.md
+2
doc/release-notes/rl-2511.section.md
···- NixOS display manager modules now strictly use tty1, where many of them previously used tty7. Options to configure display managers' VT have been dropped. A configuration with a display manager enabled will not start `getty@tty1.service`, even if the system is forced to boot into `multi-user.target` instead of `graphical.target`.<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···- NixOS display manager modules now strictly use tty1, where many of them previously used tty7. Options to configure display managers' VT have been dropped. A configuration with a display manager enabled will not start `getty@tty1.service`, even if the system is forced to boot into `multi-user.target` instead of `graphical.target`.+- [private-gpt](https://github.com/zylon-ai/private-gpt) service has been removed by lack of maintenance upstream.<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+1
-1
nixos/doc/manual/release-notes/rl-2405.section.md
+1
-1
nixos/doc/manual/release-notes/rl-2405.section.md
···- [pretalx](https://github.com/pretalx/pretalx), a conference planning tool. Available as [services.pretalx](#opt-services.pretalx.enable).-- [private-gpt](https://github.com/zylon-ai/private-gpt), a service to interact with your documents using the power of LLMs, 100% privately, no data leaks. Available as [services.private-gpt](#opt-services.private-gpt.enable).- [Prometheus DNSSEC Exporter](https://github.com/chrj/prometheus-dnssec-exporter): check for validity and expiration in DNSSEC signatures and expose metrics for Prometheus. Available as [services.prometheus.exporters.dnssec](#opt-services.prometheus.exporters.dnssec.enable).
···- [pretalx](https://github.com/pretalx/pretalx), a conference planning tool. Available as [services.pretalx](#opt-services.pretalx.enable).+- [private-gpt](https://github.com/zylon-ai/private-gpt), a service to interact with your documents using the power of LLMs, 100% privately, no data leaks.- [Prometheus DNSSEC Exporter](https://github.com/chrj/prometheus-dnssec-exporter): check for validity and expiration in DNSSEC signatures and expose metrics for Prometheus. Available as [services.prometheus.exporters.dnssec](#opt-services.prometheus.exporters.dnssec.enable).
+2
nixos/doc/manual/release-notes/rl-2511.section.md
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···- The `wstunnel` module was converted to RFC42-style settings, you will need to update your NixOS config if you make use of this module.<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···- The `wstunnel` module was converted to RFC42-style settings, you will need to update your NixOS config if you make use of this module.+- [private-gpt](https://github.com/zylon-ai/private-gpt) service has been removed by lack of maintenance upstream.<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
-1
nixos/modules/module-list.nix
-1
nixos/modules/module-list.nix
+3
-1
nixos/modules/rename.nix
+3
-1
nixos/modules/rename.nix
···+The private-gpt package and the corresponding module have been removed due to being broken and unmaintained.
-122
nixos/modules/services/misc/private-gpt.nix
-122
nixos/modules/services/misc/private-gpt.nix
···-description = "Interact with your documents using the power of GPT, 100% privately, no data leaks";-config = format.generate "settings-local.yaml" (cfg.settings // { server.env_name = "local"; });-cp ${cfg.package.cl100k_base.tiktoken} ${cfg.stateDir}/tiktoken_cache/9b5ad71b2ce5302211f9c61530b329a4922fc6a4-cp ${pkgs.python3Packages.private-gpt}/${pkgs.python3.sitePackages}/private_gpt/settings.yaml ${cfg.stateDir}/settings/settings.yaml
···
-1
nixos/tests/all-tests.nix
-1
nixos/tests/all-tests.nix
-29
nixos/tests/private-gpt.nix
-29
nixos/tests/private-gpt.nix
···
···