feat: create mymx service
This commit is contained in:
parent
478af69792
commit
ad8cb52169
20 changed files with 3152 additions and 1 deletions
|
|
@ -37,5 +37,9 @@ with lib;
|
|||
type = types.str;
|
||||
description = "Bcrypt hash for ntfy admin user";
|
||||
};
|
||||
mymxWebhookSecret = mkOption {
|
||||
type = types.str;
|
||||
description = "MyMX Webhook Secret for signature verification";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue