about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-09 00:02:44 +0000
committerGitHub <noreply@github.com>2023-05-09 00:02:44 +0000
commit5b562cf6216b5b96487f963e190ff1e05d14fae5 (patch)
tree9a702e3670366003c58bcb15d2092e6324c3c3f0 /nixos/doc
parent8d4f643c66fcda5b7e427e5ae82a26bc7b74f77d (diff)
parent8b6a833c1d91b30ba7cad4f183a0e43a59ba9de9 (diff)
downloadnixlib-5b562cf6216b5b96487f963e190ff1e05d14fae5.tar
nixlib-5b562cf6216b5b96487f963e190ff1e05d14fae5.tar.gz
nixlib-5b562cf6216b5b96487f963e190ff1e05d14fae5.tar.bz2
nixlib-5b562cf6216b5b96487f963e190ff1e05d14fae5.tar.lz
nixlib-5b562cf6216b5b96487f963e190ff1e05d14fae5.tar.xz
nixlib-5b562cf6216b5b96487f963e190ff1e05d14fae5.tar.zst
nixlib-5b562cf6216b5b96487f963e190ff1e05d14fae5.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index bc485832fab6..09af5ef988c1 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -389,6 +389,8 @@ In addition to numerous new and upgraded packages, this release has the followin
   }
   ```
 
+- `services.netdata` offers a `deadlineBeforeStopSec` option which enable users who have netdata instance that takes time to initialize to not have systemd kill them for no reason.
+
 - `services.dhcpcd` service now don't solicit or accept IPv6 Router Advertisements on interfaces that use static IPv6 addresses.
   If network uses both IPv6 Unique local addresses (ULA) and global IPv6 address auto-configuration with SLAAC, must add the parameter `networking.dhcpcd.IPv6rs = true;`.