diff --git a/modules/system/services/gatus.nix b/modules/system/services/gatus.nix index f88e33b..9048eaf 100644 --- a/modules/system/services/gatus.nix +++ b/modules/system/services/gatus.nix @@ -47,6 +47,12 @@ in }; }; + maintenance = { + start = "03:00"; + duration = "1h"; + timezone = "Europe/Berlin"; + }; + endpoints = let mkHttpCheck =