about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2405.section.md
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-12-30 18:42:40 +0100
committerJonas Heinrich <onny@project-insanity.org>2024-03-18 15:27:15 +0100
commit30036c3d109caff4a1ff8597b57f9b6953b975f5 (patch)
treeb19de5298678904ba2b07b42d5a3415930fa47c1 /nixos/doc/manual/release-notes/rl-2405.section.md
parent99c3b5465471e60758cf87a2f8358a33388110c4 (diff)
downloadnixlib-30036c3d109caff4a1ff8597b57f9b6953b975f5.tar
nixlib-30036c3d109caff4a1ff8597b57f9b6953b975f5.tar.gz
nixlib-30036c3d109caff4a1ff8597b57f9b6953b975f5.tar.bz2
nixlib-30036c3d109caff4a1ff8597b57f9b6953b975f5.tar.lz
nixlib-30036c3d109caff4a1ff8597b57f9b6953b975f5.tar.xz
nixlib-30036c3d109caff4a1ff8597b57f9b6953b975f5.tar.zst
nixlib-30036c3d109caff4a1ff8597b57f9b6953b975f5.zip
nixos/initrd-ssh: Add authorizedKeyFiles option
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2405.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 8010f2ba2076..f293fb669ab2 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -261,6 +261,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - 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.
   The `nimPackages` and `nim2Packages` sets have been removed.
   See https://nixos.org/manual/nixpkgs/unstable#nim for more information.