+2
nixos/doc/manual/release-notes/rl-2405.section.md
+2
nixos/doc/manual/release-notes/rl-2405.section.md
···- The Matrix homeserver [Synapse](https://element-hq.github.io/synapse/) module now supports configuring UNIX domain socket [listeners](#opt-services.matrix-synapse.settings.listeners) through the `path` option.The default replication worker on the main instance has been migrated away from TCP sockets to UNIX domain sockets.+- The initrd ssh daemon module got a new option to add authorized keys via a list of files using `boot.initrd.network.ssh.authorizedKeyFiles`.- Programs written in [Nim](https://nim-lang.org/) are built with libraries selected by lockfiles.
+26
-4
nixos/modules/system/boot/initrd-ssh.nix
+26
-4
nixos/modules/system/boot/initrd-ssh.nix
············users.root.shell = mkIf (config.boot.initrd.network.ssh.shell != null) config.boot.initrd.network.ssh.shell;