Make the config name actually how it is in the readme
This commit is contained in:
parent
23fa2327be
commit
aaddfe7507
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue