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
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";