about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJon Seager <jon@sgrs.uk>2024-02-26 18:03:28 +0000
committerJon Seager <jon@sgrs.uk>2024-03-05 14:38:52 +0000
commit183bc82cca1e3175cc3bfda91fb2525bb3b88c05 (patch)
treecbdbfc863b89cb6a163432f87afd4a23d467798f /nixos
parentc0330351a06ffebc70e4bbcfe9bad43449aab4b7 (diff)
downloadnixlib-183bc82cca1e3175cc3bfda91fb2525bb3b88c05.tar
nixlib-183bc82cca1e3175cc3bfda91fb2525bb3b88c05.tar.gz
nixlib-183bc82cca1e3175cc3bfda91fb2525bb3b88c05.tar.bz2
nixlib-183bc82cca1e3175cc3bfda91fb2525bb3b88c05.tar.lz
nixlib-183bc82cca1e3175cc3bfda91fb2525bb3b88c05.tar.xz
nixlib-183bc82cca1e3175cc3bfda91fb2525bb3b88c05.tar.zst
nixlib-183bc82cca1e3175cc3bfda91fb2525bb3b88c05.zip
nixos/homepage-dashboard: add breaking change notice to release notes
Diffstat (limited to 'nixos')
-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 b5973c19a2c4..08cba1790ca2 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -134,6 +134,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.