feat: add status page declarative setup
This commit is contained in:
parent
456f923905
commit
1c73542d29
3 changed files with 66 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue