gatus: Upgrade package to get new UI

This commit is contained in:
SebastianStork 2025-09-14 00:03:52 +02:00
parent 2cfcf9ee74
commit 8be51907fa

View file

@ -1,4 +1,9 @@
{ config, lib, ... }: {
config,
pkgs-unstable,
lib,
...
}:
let let
cfg = config.custom.services.gatus; cfg = config.custom.services.gatus;
tailscaleDomain = config.custom.services.tailscale.domain; tailscaleDomain = config.custom.services.tailscale.domain;
@ -98,8 +103,9 @@ in
services.gatus = { services.gatus = {
enable = true; enable = true;
package = pkgs-unstable.gatus; # Unstable for the new UI
environmentFile = config.sops.templates."gatus.env".path; environmentFile = config.sops.templates."gatus.env".path;
settings = { settings = {
web = { web = {
address = "localhost"; address = "localhost";