+2
doc/manpage-urls.json
+2
doc/manpage-urls.json
···"systemd-socket-activate(1)": "https://www.freedesktop.org/software/systemd/man/systemd-socket-activate.html","systemd-socket-proxyd(8)": "https://www.freedesktop.org/software/systemd/man/systemd-socket-proxyd.html","systemd-soft-reboot.service(8)": "https://www.freedesktop.org/software/systemd/man/systemd-soft-reboot.service.html",+"systemd-ssh-generator(8)": "https://www.freedesktop.org/software/systemd/man/systemd-ssh-generator.html",+"systemd-ssh-proxy(1)": "https://www.freedesktop.org/software/systemd/man/systemd-ssh-proxy.html","systemd-stdio-bridge(1)": "https://www.freedesktop.org/software/systemd/man/systemd-stdio-bridge.html",
+13
nixos/doc/manual/release-notes/rl-2505.section.md
+13
nixos/doc/manual/release-notes/rl-2505.section.md
···- GOverlay has been updated to 1.2, please check the [upstream changelog](https://github.com/benjamimgois/goverlay/releases) for more details.+- You can ssh into VMs without any networking configuration if your hypervisor configures the vm to support AF_VSOCK.+- An SSH key for the root user can be provisioned using the `ssh.authorized_keys.root` systemd credential.+This can be useful for booting an installation image and providing the SSH key with an smbios string.+- SSH can be used for suid-less privilege escalation on the local system without having to rely on networking:+- systemd's {manpage}`systemd-ssh-proxy(1)` is enabled by default. It can be disabled using [`programs.ssh.systemd-ssh-proxy.enable`](#opt-programs.ssh.systemd-ssh-proxy.enable).+- SSH host key generation has been separated into the dedicated systemd service sshd-keygen.service.- [`services.mongodb`](#opt-services.mongodb.enable) is now compatible with the `mongodb-ce` binary package. To make use of it, set [`services.mongodb.package`](#opt-services.mongodb.package) to `pkgs.mongodb-ce`.