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, config,
self, self,
pkgs-unstable,
lib, lib,
lib', lib',
... ...
@ -68,11 +67,6 @@ in
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
assertions = lib.singleton {
assertion = lib.versionOlder lib.version "25.11";
message = "TODO: Use gatus package from stable nixpkgs";
};
meta = { meta = {
domains.local = [ cfg.domain ]; domains.local = [ cfg.domain ];
ports.tcp = [ cfg.port ]; ports.tcp = [ cfg.port ];
@ -105,7 +99,6 @@ 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 = {