
On AMD GPU, you should enable overdrive mode by using `hardware.amdgpu.overdrive.enable = true;` in your configuration. Co-authored-by: PopeRigby <poperigby@mailbox.org> Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2.7 KiB
Release 25.11 ("Xantusia", 2025.11/??)
Highlights
- 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.
-
FileBrowser, a web application for managing and sharing files. Available as services.filebrowser.
-
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.
-
SuiteNumérique Docs, a collaborative note taking, wiki and documentation web platform and alternative to Notion or Outline. Available as services.lasuite-docs.
Backward Incompatibilities
-
The
services.polipo
module has been removed aspolipo
is unmaintained and archived upstream. -
renovate
was updated to v40. See the upstream release notes for breaking changes.
Other Notable Changes
-
services.clamsmtp
is unmaintained and was removed from Nixpkgs. -
amdgpu
kernel 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.enable
and {option}programs.tuxclocker.enableAMD
.