gatus: Use package from stable

This commit is contained in:
SebastianStork 2025-11-26 20:11:37 +01:00
parent d1ad765314
commit 382d9a0d44
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -1,7 +1,6 @@
{
config,
self,
pkgs-unstable,
lib,
lib',
...
@ -68,11 +67,6 @@ in
};
config = lib.mkIf cfg.enable {
assertions = lib.singleton {
assertion = lib.versionOlder lib.version "25.11";
message = "TODO: Use gatus package from stable nixpkgs";
};
meta = {
domains.local = [ cfg.domain ];
ports.tcp = [ cfg.port ];
@ -105,7 +99,6 @@ in
services.gatus = {
enable = true;
package = pkgs-unstable.gatus; # Unstable for the new UI
environmentFile = config.sops.templates."gatus.env".path;
settings = {