about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorLeona Maroni <dev@leona.is>2024-04-21 23:02:44 +0200
committerLeona Maroni <dev@leona.is>2024-04-28 13:55:47 +0200
commit6c69cfb804fd1f3e55e87b90d219394edf9e6fb9 (patch)
tree73118993cb910697a4c5283f5d6b473973bf0cfe /nixos/doc
parente0638909ae5b988b6154b75a28482b44e96270fc (diff)
nixos/vmagent: use dynamic user and cache directory
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 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 3a4a3a211e4c5..d83e7c4ff71cb 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -319,6 +319,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `services.vikunja.setupNginx` setting has been removed. Users now need to setup the webserver configuration on their own with a proxy pass to the vikunja service.
 
+- `services.vmagent` module deprecates `dataDir`, `group` and `user` setting in favor of systemd provided CacheDirectory and DynamicUser.
+
+- `services.vmagent.remoteWriteUrl` setting has been renamed to `services.vmagent.remoteWrite.url` and now defaults to `null`.
+
 - `woodpecker-*` packages have been updated to v2 which includes [breaking changes](https://woodpecker-ci.org/docs/next/migrations#200).
 
 - `services.nginx` will no longer advertise HTTP/3 availability automatically. This must now be manually added, preferably to each location block.