diff options
| author | Alex Martens <alex@thinglab.org> | 2025-02-01 20:31:36 -0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-02 14:27:14 +0000 |
| commit | f296f91c973720c413ceeaace8dfdf93ce2f4d07 (patch) | |
| tree | 7e52b465f4246cd9e4bcb9f52a4379962a9264b1 | |
| parent | [Backport release-24.11] mozillavpn: 2.24.3 → 2.25.0 (#378648) (diff) | |
| download | nixpkgs-origin/backport-378728-to-release-24.11.tar.gz | |
nixos/homepage-dashboard: fix linksorigin/backport-378728-to-release-24.11
These links were returning 404 not found.
(cherry picked from commit ebba6d1b770e56efed9b4ef1d161c561be2f588a)
| -rw-r--r-- | nixos/modules/services/misc/homepage-dashboard.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/nixos/modules/services/misc/homepage-dashboard.nix b/nixos/modules/services/misc/homepage-dashboard.nix index 35908488f487..d4f601700ad3 100644 --- a/nixos/modules/services/misc/homepage-dashboard.nix +++ b/nixos/modules/services/misc/homepage-dashboard.nix @@ -38,7 +38,7 @@ in See the upstream documentation: - https://gethomepage.dev/latest/installation/docker/#using-environment-secrets + https://gethomepage.dev/installation/docker/#using-environment-secrets ''; default = ""; }; @@ -48,7 +48,7 @@ in description = '' Custom CSS for styling Homepage. - See https://gethomepage.dev/latest/configs/custom-css-js/. + See https://gethomepage.dev/configs/custom-css-js/. ''; default = ""; }; @@ -58,7 +58,7 @@ in description = '' Custom Javascript for Homepage. - See https://gethomepage.dev/latest/configs/custom-css-js/. + See https://gethomepage.dev/configs/custom-css-js/. ''; default = ""; }; @@ -68,7 +68,7 @@ in description = '' Homepage bookmarks configuration. - See https://gethomepage.dev/latest/configs/bookmarks/. + See https://gethomepage.dev/configs/bookmarks/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/bookmarks.yaml example = [ @@ -105,7 +105,7 @@ in description = '' Homepage services configuration. - See https://gethomepage.dev/latest/configs/services/. + See https://gethomepage.dev/configs/services/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/services.yaml example = [ @@ -138,7 +138,7 @@ in description = '' Homepage widgets configuration. - See https://gethomepage.dev/latest/configs/service-widgets/. + See https://gethomepage.dev/widgets/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/widgets.yaml example = [ @@ -164,7 +164,7 @@ in description = '' Homepage kubernetes configuration. - See https://gethomepage.dev/latest/configs/kubernetes/. + See https://gethomepage.dev/configs/kubernetes/. ''; default = { }; }; @@ -174,7 +174,7 @@ in description = '' Homepage docker configuration. - See https://gethomepage.dev/latest/configs/docker/. + See https://gethomepage.dev/configs/docker/. ''; default = { }; }; @@ -184,7 +184,7 @@ in description = '' Homepage settings. - See https://gethomepage.dev/latest/configs/settings/. + See https://gethomepage.dev/configs/settings/. ''; # Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/settings.yaml default = { }; |
