From f35e373bbbe0a912db7e675bcf74b5636c4e7499 Mon Sep 17 00:00:00 2001 From: NullBite <me@nullbite.com> Date: Fri, 10 Jan 2025 03:16:45 -0500 Subject: [PATCH] rpi4/homepage: update bookmarks --- hosts/rpi4/services.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index 38463b8..f14c002 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -359,7 +359,8 @@ (makeBookmark "GitHub" "GH" "https://github.com") ]) (entry "Local" [ - (makeBookmark "Syncthing" "ST" "http://127.0.0.1:8384") + (makeBookmark "Syncthing" "ST" "http://localhost:8384") + (makeBookmark "Iris" "IR" "http://localhost:6680/iris/") ]) (entry "Entertainment" [ (makeBookmark "Redlib" "RL" "https://redlib.protogen.io")