rename kuma option to status
This commit is contained in:
parent
be0863836d
commit
524b598b2c
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
# TODO: make it the default
|
# TODO: make it the default
|
||||||
networking.domain = "infra.forkos.org";
|
networking.domain = "infra.forkos.org";
|
||||||
|
|
||||||
bagel.uptime-kuma = {
|
bagel.status = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "status.forkos.org";
|
domain = "status.forkos.org";
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
cfg = config.bagel.uptime-kuma;
|
cfg = config.bagel.status;
|
||||||
subdomains = [
|
subdomains = [
|
||||||
"cl"
|
"cl"
|
||||||
"netbox"
|
"netbox"
|
||||||
|
@ -31,7 +31,7 @@ in
|
||||||
{
|
{
|
||||||
imports = [ "${inputs.stateless-uptime-kuma}/nixos/module.nix" ];
|
imports = [ "${inputs.stateless-uptime-kuma}/nixos/module.nix" ];
|
||||||
|
|
||||||
options.bagel.uptime-kuma = {
|
options.bagel.status = {
|
||||||
enable = lib.mkEnableOption "the status page service (uptime-kuma)";
|
enable = lib.mkEnableOption "the status page service (uptime-kuma)";
|
||||||
domain = lib.mkOption {
|
domain = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
|
Loading…
Reference in a new issue