about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-05 18:01:25 +0000
committerGitHub <noreply@github.com>2024-03-05 18:01:25 +0000
commitac779b472ecb12c2a1d8f0b05384011113e86a0f (patch)
tree4f6a537b12c482725f4dcd61e0bf506d20696ec0 /nixos/doc/manual
parent2cec1262a33923ddb5655190a4212d317200f7e4 (diff)
parent0cfd293af3249b214085553e0ef053141f32099a (diff)
downloadnixlib-ac779b472ecb12c2a1d8f0b05384011113e86a0f.tar
nixlib-ac779b472ecb12c2a1d8f0b05384011113e86a0f.tar.gz
nixlib-ac779b472ecb12c2a1d8f0b05384011113e86a0f.tar.bz2
nixlib-ac779b472ecb12c2a1d8f0b05384011113e86a0f.tar.lz
nixlib-ac779b472ecb12c2a1d8f0b05384011113e86a0f.tar.xz
nixlib-ac779b472ecb12c2a1d8f0b05384011113e86a0f.tar.zst
nixlib-ac779b472ecb12c2a1d8f0b05384011113e86a0f.zip
Merge master into staging-next
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 60bcefb71878..ca3e072539d8 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -150,6 +150,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `paperless`' `services.paperless.extraConfig` setting has been removed and converted to the freeform type and option named `services.paperless.settings`.
 
+- `services.homepage-dashboard` now takes it's configuration using native Nix expressions, rather than dumping templated configurations into `/var/lib/homepage-dashboard` where they were previously managed manually. There are now new options which allow the configuration of bookmarks, services, widgets and custom CSS/JS natively in Nix.
+
 - The legacy and long deprecated systemd target `network-interfaces.target` has been removed. Use `network.target` instead.
 
 - `services.frp.settings` now generates the frp configuration file in TOML format as [recommended by upstream](https://github.com/fatedier/frp#configuration-files), instead of the legacy INI format. This has also introduced other changes in the configuration file structure and options.