+2
nixos/doc/manual/release-notes/rl-2511.section.md
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···- Due to [deprecation of gnome-session X11 support](https://blogs.gnome.org/alatiera/2025/06/08/the-x11-session-removal/), `services.desktopManager.pantheon` now defaults to pantheon-wayland session. The X11 session has been removed, see [this issue](https://github.com/elementary/session-settings/issues/91) for details.+- `bcachefs` file systems will now use the out-of-tree module for supported kernels. The in-tree module is unmaintained and users are strongly recommended to switch to kernels that support the out-of-tree module.- `services.gitea` supports sending notifications with sendmail again. To do this, activate the parameter `services.gitea.mailerUseSendmail` and configure SMTP server.
+30
-21
nixos/modules/tasks/filesystems/bcachefs.nix
+30
-21
nixos/modules/tasks/filesystems/bcachefs.nix
···-message = "Linux 6.7-rc1 at minimum or a custom linux kernel with bcachefs support is required";···+message = "Linux 6.7-rc1 at minimum or a custom linux kernel with bcachefs support is required";······(lib.mkIf ((config.boot.initrd.supportedFilesystems.bcachefs or false) || (bootFs != { })) {
+14
-8
pkgs/by-name/bc/bcachefs-tools/package.nix
+14
-8
pkgs/by-name/bc/bcachefs-tools/package.nix
·········
+48
pkgs/os-specific/linux/bcachefs-kernel-module/default.nix
+48
pkgs/os-specific/linux/bcachefs-kernel-module/default.nix
···+make -C ${kernel.dev}/lib/modules/${kernel.modDirVersion}/build M=$(pwd) modules_install "''${makeFlags[@]}" "''${installFlags[@]}"+broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "6.18");
+2
pkgs/top-level/linux-kernels.nix
+2
pkgs/top-level/linux-kernels.nix