From 8c20bf73babeeee1cd10e0b17352cc5c9492cc57 Mon Sep 17 00:00:00 2001 From: Birk Bohne Date: Sun, 10 Aug 2025 22:35:19 +0200 Subject: [PATCH] splunk bookmark condition fixed --- users/demo/home/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/demo/home/firefox.nix b/users/demo/home/firefox.nix index f077a55..02893d0 100644 --- a/users/demo/home/firefox.nix +++ b/users/demo/home/firefox.nix @@ -121,7 +121,7 @@ name = "Forgejo"; url = "http://localhost:3000"; }) - (lib.mkIf osConfig.beancloud.software.forgejo { + (lib.mkIf osConfig.beancloud.software.splunk { name = "Splunk"; url = "http://localhost:8000"; })