From 8be51907fa3646e88260c43beb84e4518951c61f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 14 Sep 2025 00:03:52 +0200 Subject: [PATCH] gatus: Upgrade package to get new UI --- modules/system/services/gatus.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/system/services/gatus.nix b/modules/system/services/gatus.nix index 8a3c633..a827a8c 100644 --- a/modules/system/services/gatus.nix +++ b/modules/system/services/gatus.nix @@ -1,4 +1,9 @@ -{ config, lib, ... }: +{ + config, + pkgs-unstable, + lib, + ... +}: let cfg = config.custom.services.gatus; tailscaleDomain = config.custom.services.tailscale.domain; @@ -98,8 +103,9 @@ in services.gatus = { enable = true; - + package = pkgs-unstable.gatus; # Unstable for the new UI environmentFile = config.sops.templates."gatus.env".path; + settings = { web = { address = "localhost";