feat: add status page declarative setup

This commit is contained in:
sinavir 2024-04-21 11:55:34 +02:00
parent 456f923905
commit 1c73542d29
3 changed files with 66 additions and 6 deletions

View file

@ -40,6 +40,10 @@ in
type = with lib.types; attrsOf probesFormat.type;
default = { };
};
status_pages = lib.mkOption {
type = with lib.types; attrsOf probesFormat.type;
default = { };
};
};
};
config.statelessUptimeKuma = {