{"id":181824,"date":"2026-05-31T14:48:03","date_gmt":"2026-05-31T12:48:03","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/nixos-26-05-yarara"},"modified":"2026-05-31T14:48:03","modified_gmt":"2026-05-31T12:48:03","slug":"nixos-26-05-yarara","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/nixos-26-05-yarara","title":{"rendered":"NixOS 26.05 \u00abYarara\u00bb","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The NixOS developers have released <strong>NixOS 26.05 \u00abYarara\u00bb<\/strong> \u2014 another stable version of the distribution built around a declarative system configuration and the Nix package manager. This release will receive bug fixes and security updates <strong>until December 31, 2026<\/strong>, and the previous branch <strong>NixOS 25.11 \u00abXantusia\u00bb<\/strong> has been deprecated and will reach its end of support <strong>on June 30, 2026<\/strong>.<\/p>\n<p>The release was prepared by <strong>2842 developers<\/strong>, who contributed <strong>59,703 commits<\/strong> since the previous release. Nixpkgs has added <strong>20,442 new packages<\/strong>, updated <strong>20,641 packages<\/strong>, removed <strong>17,532 outdated packages<\/strong>. NixOS itself has introduced <strong>85 new modules<\/strong> and <strong>1,547 new configuration parameters<\/strong>.<\/p>\n<h3><a rel=\"nofollow\" href=\"https:\/\/nixos.org\/manual\/nixos\/unstable\/release-notes\">Key changes<\/a><\/h3>\n<ul>\n<li>\n<p><strong>Stage 1\/initrd now works on systemd by default.<\/strong><br \/>\nThe early boot stage responsible for preparing the system before the main OS starts has been transitioned to systemd. The old script-based option has been deprecated and is scheduled for removal in NixOS 26.11. It is temporarily possible to revert to the previous behavior via boot.initrd.systemd.enable = false, but developers do not recommend this approach. For systems with LUKS disks, nuances of migration are described separately, including the correct specification of \/dev\/mapper\/ and changing the behavior of the passphrase prompt.<\/p>\n<\/li>\n<li>\n<p><strong>system.nix has been added as an alternative entry point for configuration.<\/strong><br \/>\nIn addition to the familiar configuration.nix and flake.nix, system.nix can now be used. This allows configuring NixOS without nix-channel, for example with a specifically pinned Nixpkgs archive. By default, the file is looked for at \/etc\/nixos\/system.nix, but the path can be changed using , --file, and --attr.<\/p>\n<\/li>\n<li>\n<p><strong>The Linux kernel has been updated by default from 6.12 to 6.18.<\/strong><br \/>\nAt the same time, other supported kernel branches remain available as before: users can select the desired version via NixOS configuration.<\/p>\n<\/li>\n<li>\n<p><strong>D-Bus has been replaced by default with dbus-broker.<\/strong><br \/>\nInstead of the classic implementation of dbus, dbus-broker is now used, which is positioned as more performant and reliable while maintaining compatibility with the reference implementation of D-Bus. Switching implementations requires a reboot, as it is unsafe to restart D-Bus in the middle of a user session. If necessary, the old implementation can be retained via services.dbus.implementation = \"dbus\";<\/p>\n<\/li>\n<li>\n<p><strong>The NixOS test driver has received a backend on systemd-nspawn.<\/strong><br \/>\nIntegration tests can now run not only in QEMU-VM but also in systemd-nspawn containers. This should speed up tests and reduce resource consumption where full virtualization is not needed. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vps\/abuzoustojchivye-vps\/\" title=\"the virtual machine\" data-wpil-keyword-link=\"linked\">the virtual machine<\/a> Additionally, the ability to test GPU\/CUDA loads is highlighted by bind-mounting host device nodes inside the containers.<\/p>\n<\/li>\n<li>\n<p><strong>Key components of Nixpkgs have been updated.<\/strong><br \/>\nGCC has been updated from 14 to <strong>15<\/strong>, and Node.js by default from 22 LTS to <strong>24 LTS<\/strong>, Ruby from 3.3 to <strong>3.4<\/strong>. For GCC and Node.js, the developers separately warn of potential backward-incompatible changes.<\/p>\n<\/li>\n<li>\n<p><strong>GNOME has been updated to version 50 'Tokyo'.<\/strong><br \/>\nThe release includes GNOME 50, which features improvements in accessibility, display handling, and other desktop environment changes.<\/p>\n<\/li>\n<li>\n<p><strong>The latest Nixpkgs release with x86_64-darwin support.<\/strong><br \/>\nNixpkgs 26.05 will be the last release with support for Intel macOS. Binary builds and platform support will continue until the end of the 26.05 lifecycle, but in 26.11 builds for x86_64-darwin and support for building from source will be discontinued.<\/p>\n<\/li>\n<\/ul>\n<h3>New modules<\/h3>\n<p>NixOS 26.05 has added many new modules for services and programs. Among the notable ones are:<\/p>\n<ul>\n<li><strong>services.openthread-border-router<\/strong> \u2014 a module for the OpenThread Border Router, a gateway between Thread mesh networks and IP networks.<\/li>\n<li><strong>programs.atuin<\/strong> \u2014 Atuin integration for synchronizing, searching, and backing up shell history.<\/li>\n<li><strong>services.meshtasticd<\/strong> \u2014 support for Meshtastic, a decentralized mesh network for low-power devices.<\/li>\n<li><strong>services.reaction<\/strong> \u2014 a daemon similar in purpose to fail2ban: analyzes program output and can block addresses on repeated authentication errors.<\/li>\n<li><strong>services.vinyl-cache<\/strong> \u2014 a new module following the renaming of the Varnish Cache project to Vinyl Cache; the old services.varnish is still available for migration.<\/li>\n<li><strong>services.rqbit<\/strong> \u2014 a BitTorrent client written in Rust with an HTTP API and web interface.<\/li>\n<li><strong>services.tailscale.serve<\/strong> \u2014 declarative configuration for Tailscale Serve to publish local services on tailnet.<\/li>\n<\/ul>\n<p>Modules have also been added for ImmichFrame, PdfDing, mangowc, papra, kiwix-serve, nohang, Clevis\/LUKS askpass, Rustical, Ente Auth, linkding, Tinyauth, Dawarich, Perses, tabbyAPI, Headplane, and several other services.<\/p>\n<h3>Changes for administrators and workstations<\/h3>\n<ul>\n<li>\n<p><strong>NVIDIA configuration has become more declarative.<\/strong><br \/>\nThe hardware.nvidia.branch parameter has been added to select the driver branch, the NixOS module coupling with the new nvidia-x11 package layout has been updated, and kernel module parameters can now be specified via hardware.nvidia.moduleParams, after which they are recorded in the modprobe configuration rather than being passed through the global kernel command line.<\/p>\n<\/li>\n<li>\n<p><strong>Wine has been updated to branch 11.0.<\/strong><br \/>\nFor users running Windows applications and games via Wine, this means transitioning to the new major branch of Wine as part of the stable package set NixOS 26.05.<\/p>\n<\/li>\n<li>\n<p><strong>ACME certificates have received dynamic renewal time.<\/strong><br \/>\nIf security.acme.defaults.validMinDays is not set, NixOS now calculates the renewal time based on the certificate's validity: for regular certificates, renewal occurs after two-thirds of the lifespan, and for short-lived ones \u2014 after half of the term.<\/p>\n<\/li>\n<li>\n<p><strong>OpenSSH has received new parameters.<\/strong><br \/>\nYou can now generate host keys with services.openssh.generateHostKeys = true, even if the SSH server itself is not enabled. This is useful for systems needing SSH host keys for other tasks, such as agenix or sops-nix. The parameter services.openssh.enableRecommendedAlgorithms has also been added, allowing you to opt out of the algorithm set recommended by NixOS.<\/p>\n<\/li>\n<li>\n<p><strong>Nextcloud updates to v33 by default for new systems.<\/strong><br \/>\nFor configurations with system.stateVersion &gt;= 26.05, pkgs.nextcloud33 is used by default. Developers warn that direct upgrades from Nextcloud 31 or older versions to 33 are not possible: you must first go through an intermediate version.<\/p>\n<\/li>\n<li>\n<p><strong>Noisy logging of denied firewall connections has been disabled.<\/strong><br \/>\nThe parameter networking.firewall.logRefusedConnections now defaults to false, as on <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-gdansk\/\" title=\"servers\" data-wpil-keyword-link=\"linked\">servers<\/a>, internet-accessible systems, such messages can quickly fill the kernel ring buffer and push out more useful diagnostic information.<\/p>\n<\/li>\n<li>\n<p><strong>glibc has been updated to 2.42.<\/strong><br \/>\nThe new version no longer makes the stack executable if a shared library requires it. Developers consider such cases to be an error and recommend fixing the build with -z,noexecstack or clearing the flag using patchelf --clear-execstack; globally enabling the old behavior is not recommended for security reasons.<\/p>\n<\/li>\n<\/ul>\n<p>NixOS 26.05 \u2013 a release with significant infrastructure changes: the transition of initrd to systemd, the default removal of the old D-Bus, a new way to describe the system via system.nix, a major update of Nixpkgs, and preparing for the removal of deprecated platforms and modules.<\/p>\n<p>Source: <a rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/opensource\/18306870\">linux.org.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 NixOS \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u0440\u0435\u043b\u0438\u0437 NixOS 26.05 \u00abYarara\u00bb \u2014 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u0443\u044e \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430, \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u043e\u043a\u0440\u0443\u0433 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0438 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 Nix. \u0420\u0435\u043b\u0438\u0437 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043e\u043a \u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0434\u043e 31 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2026 \u0433\u043e\u0434\u0430, \u0430 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0432\u0435\u0442\u043a\u0430 NixOS 25.11 \u00abXantusia\u00bb \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0430 \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0435\u0439 \u0438 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u0442 \u043a\u043e\u043d\u0446\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 30 \u0438\u044e\u043d\u044f 2026 \u0433\u043e\u0434\u0430. \u0412 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0435 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438 2842 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-181824","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 NixOS \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u0440\u0435\u043b\u0438\u0437 NixOS 26.05 \u00abYarara\u00bb \u2014 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u0443\u044e \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430, \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u043e\u043a\u0440\u0443\u0433 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0438 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 Nix.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Erik Peterson\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/nixos-26-05-yarara\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47NixOS 26.05 \u00abYarara\u00bb | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 NixOS \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u0440\u0435\u043b\u0438\u0437 NixOS 26.05 \u00abYarara\u00bb \u2014 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u0443\u044e \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430, \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u043e\u043a\u0440\u0443\u0433 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0438 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 Nix.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/nixos-26-05-yarara\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-05-31T12:48:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-05-31T12:48:03+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47NixOS 26.05 'Yarara' | ProHoster","description":"The developers of NixOS have released NixOS 26.05 'Yarara' \u2014 the latest stable version of the distribution built around a declarative system configuration and the Nix package manager.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/nixos-26-05-yarara","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47NixOS 26.05 \u00abYarara\u00bb | ProHoster","og:description":"\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 NixOS \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u0440\u0435\u043b\u0438\u0437 NixOS 26.05 \u00abYarara\u00bb \u2014 \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u0443\u044e \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430, \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u043e\u043a\u0440\u0443\u0433 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0438 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 Nix.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/nixos-26-05-yarara","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2026-05-31T12:48:03+00:00","article:modified_time":"2026-05-31T12:48:03+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/181824","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=181824"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/181824\/revisions"}],"predecessor-version":[{"id":182090,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/181824\/revisions\/182090"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=181824"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=181824"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=181824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}