about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorArian van Putten <arian.vanputten@gmail.com>2024-03-16 17:57:42 +0100
committerGitHub <noreply@github.com>2024-03-16 17:57:42 +0100
commitd211b80d2944a41899a6ab24009d9729cca05e49 (patch)
tree14151a5dfed0a14dbe4e23830a6b9ac64d4264d9 /nixos/doc/manual
parent606638d91f0e36486f400b0c4e445a58cda5c2e1 (diff)
parentdc158268f7bedccea096098a2fe020362e564f51 (diff)
downloadnixlib-d211b80d2944a41899a6ab24009d9729cca05e49.tar
nixlib-d211b80d2944a41899a6ab24009d9729cca05e49.tar.gz
nixlib-d211b80d2944a41899a6ab24009d9729cca05e49.tar.bz2
nixlib-d211b80d2944a41899a6ab24009d9729cca05e49.tar.lz
nixlib-d211b80d2944a41899a6ab24009d9729cca05e49.tar.xz
nixlib-d211b80d2944a41899a6ab24009d9729cca05e49.tar.zst
nixlib-d211b80d2944a41899a6ab24009d9729cca05e49.zip
Merge pull request #294493 from endgame/ec2-image-ssm-agent
nixos/amazon-image: Enable Amazon SSM Agent by default
Diffstat (limited to 'nixos/doc/manual')
-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 ba02a434e327..1c1fe7f997cf 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -354,6 +354,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - [Lilypond](https://lilypond.org/index.html) and [Denemo](https://www.denemo.org) are now compiled with Guile 3.0.
 
+- The EC2 image module now enables the [Amazon SSM Agent](https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html) by default.
+
 - The following options of the Nextcloud module were moved into [`services.nextcloud.settings`](#opt-services.nextcloud.settings) and renamed to match the name from Nextcloud's `config.php`:
   - `logLevel` -> [`loglevel`](#opt-services.nextcloud.settings.loglevel),
   - `logType` -> [`log_type`](#opt-services.nextcloud.settings.log_type),