Commit 7da183c1fcf5

Vincent Demeester <vincent@sbr.pm>
2025-12-12 23:51:20
chore(homelab): Remove Healthchecks from Homepage dashboard
- Clean up duplicate service entry from infrastructure view Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 86f0176
Changed files (1)
systems
common
systems/common/services/homepage.nix
@@ -196,15 +196,6 @@ in
               statusStyle = "dot";
             };
           }
-          {
-            Healthchecks = {
-              description = "Uptime Monitoring";
-              href = "https://healthchecks.sbr.pm";
-              icon = "healthchecks.png";
-              ping = "https://healthchecks.sbr.pm";
-              statusStyle = "dot";
-            };
-          }
           {
             "Home Assistant" = {
               description = "Home Automation";