Patch Notes
There are no known breaking changes in this release. The clock inside the WSL VM should now stay synchronized to the Windows host's clock correctly.
Updating
This only applies if you are updating from NixOS 25.05 to 25.11. The following assumes, that you have already performed the steps outlined in the 2505.7.0 release.
- Set the new channel URLs
sudo nix-channel --add https://nixos.org/channels/nixos-25.11 nixos
sudo nix-channel --add https://github.com/nix-community/NixOS-WSL/archive/refs/heads/release-25.11.tar.gz nixos-wsl
- Update the channels and rebuild your system configuration
sudo nix-channel --update
sudo nixos-rebuild switch
Changelog
🛠️ General Changes
🚀 Features
- feat(tarball-builder): add --extra-files and --chown parameters (#752) @karaolidis
- feat: set up chrony for clock adjustment (#821) @K900
- fix: remove NTP servers by default (#855) @David-Moody