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