Make the config name actually how it is in the readme

This commit is contained in:
merspieler 2024-02-04 23:51:05 +01:00 committed by GitHub
parent 23fa2327be
commit aaddfe7507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,10 @@
with lib;
# with lib;
let cfg = config.pinpox.services.alertmanager-ntfy;
let cfg = config.services.alertmanager-ntfy;
in {
options.pinpox.services.alertmanager-ntfy = {
options.services.alertmanager-ntfy = {
enable = mkEnableOption "alertmanager-ntfy service";
httpAddress = mkOption {