6.6 KiB
Release 25.11 ("Xantusia", 2025.11/??)
Highlights
-
nixos-rebuild-ng, a full rewrite ofnixos-rebuildin Python, is enabled by default from this release. You can disable it by setting tofalsein your configuration if you need, but please report any issues. It is expected that the next major version of NixOS (26.05) will remove the {option}system.rebuild.enableNgoption. -
Secure boot support can now be enabled for the Limine bootloader through {option}
boot.loader.limine.secureBoot.enable. Bootloader install script signs the bootloader, then kernels are hashed during system rebuild and written to a config. This allows Limine to boot only the kernels installed through NixOS system.
New Modules
-
gtklock, a GTK-based lockscreen for Wayland. Available as programs.gtklock.
-
Chrysalis, a graphical configurator for Kaleidoscope-powered keyboards. Available as programs.chrysalis.
-
Pi-hole, a DNS sinkhole for advertisements based on Dnsmasq. Available as services.pihole-ftl, and services.pihole-web for the web GUI and API.
-
FileBrowser, a web application for managing and sharing files. Available as services.filebrowser.
-
Options under networking.getaddrinfo are now allowed to declaratively configure address selection and sorting behavior of
getaddrinfoin dual-stack networks. -
LACT, a GPU monitoring and configuration tool, can now be enabled through services.lact.enable. Note that for LACT to work properly on AMD GPU systems, you need to enable hardware.amdgpu.overdrive.enable.
-
Broadcast Box, a WebRTC broadcast server. Available as services.broadcast-box.
-
Docker now defaults to 28.x, because version 27.x stopped receiving security updates and bug fixes after May 2, 2025.
-
Draupnir, a Matrix moderation bot. Available as services.draupnir.
-
postfix-tlspol, MTA-STS and DANE resolver and TLS policy server for Postfix. Available as services.postfix-tlspol.
-
SuiteNumérique Docs, a collaborative note taking, wiki and documentation web platform and alternative to Notion or Outline. Available as services.lasuite-docs.
dwl, a compact, hackable compositor for Wayland based on wlroots. Available as programs.dwl.
Backward Incompatibilities
-
The
services.polipomodule has been removed aspolipois unmaintained and archived upstream. -
The Pocket ID module ([
services.pocket-id][#opt-services.pocket-id.enable]) and package (pocket-id) has been updated to 1.0.0. Some environment variables have been changed or removed, see the migration guide. -
The
yeahwmpackage andservices.xserver.windowManager.yeahwmmodule were removed due to the package being broken and unmaintained upstream. -
The
services.siproxdmodule has been removed assiproxdis unmaintained and broken with libosip 5.x. -
services.dwm-status.extraConfigwas replaced by RFC0042-compliant , which is used to generate the config file.services.dwm-status.orderis now moved to , as it's a part of the config file. -
renovatewas updated to v40. See the upstream release notes for breaking changes. -
The
boot.readOnlyNixStorehas been removed. Control over bind mount options on/nix/storeis now offered by theboot.nixStoreMountOptsoption. -
The Postfix module has been updated and likely requires configuration changes:
- The
services.postfix.sslCertandsslKeyoptions were removed and you now need to configure- services.postfix.config.smtpd_tls_chain_files for server certificates,
- services.postfix.config.smtp_tls_chain_files for client certificates.
- The
-
vmalertnow supports multiple instances with the optionservices.vmalert.instances."".enable
Other Notable Changes
-
services.clamsmtpis unmaintained and was removed from Nixpkgs. -
services.dnscrypt-proxy2gains apackageoption to specify dnscrypt-proxy package to use. -
amdgpukernel driver overdrive mode can now be enabled by setting hardware.amdgpu.overdrive.enable and customized through hardware.amdgpu.overdrive.ppfeaturemask. This allows for fine-grained control over the GPU's performance and maybe required by overclocking softwares like Corectrl and Lact. These new options replace old options such as {option}programs.corectrl.gpuOverclock.enableand {option}programs.tuxclocker.enableAMD. -
does not ship with an SSH agent anymore, as this is now handled by the
gcr_4package instead ofgnome-keyring. A new module has been added to support this, under (its default value has been set to to ensure a smooth transition). See the relevant upstream PR for more details.