···244245- mate-wayland-session 1.28.4 is now using the default wayfire decorator instead of firedecor, thus `services.xserver.desktopManager.mate.enableWaylandSession` is no longer shipping firedecor. If you are experiencing broken window decorations after upgrade, backup and remove `~/.config/mate/wayfire.ini` and re-login.
24600247- `services.gitea` supports sending notifications with sendmail again. To do this, activate the parameter `services.gitea.mailerUseSendmail` and configure SMTP server.
248249- Revamp of the ACME certificate acquisication and renewal process to help scale systems with lots (100+) of certificates.
···244245- mate-wayland-session 1.28.4 is now using the default wayfire decorator instead of firedecor, thus `services.xserver.desktopManager.mate.enableWaylandSession` is no longer shipping firedecor. If you are experiencing broken window decorations after upgrade, backup and remove `~/.config/mate/wayfire.ini` and re-login.
246247+- 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 will be removed before gnome-session 49 lands.
248+249- `services.gitea` supports sending notifications with sendmail again. To do this, activate the parameter `services.gitea.mailerUseSendmail` and configure SMTP server.
250251- Revamp of the ACME certificate acquisication and renewal process to help scale systems with lots (100+) of certificates.
···33 services.displayManager = {
34 autoLogin.enable = true;
35 autoLogin.user = nodes.machine.users.users.alice.name;
36- defaultSession = "pantheon-wayland";
37 };
3839 # We ship pantheon.appcenter by default when this is enabled.
···33 services.displayManager = {
34 autoLogin.enable = true;
35 autoLogin.user = nodes.machine.users.users.alice.name;
036 };
3738 # We ship pantheon.appcenter by default when this is enabled.