summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixos/modules/services/pushover.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/modules/services/pushover.nix b/nixos/modules/services/pushover.nix
index d558022..dfdf154 100644
--- a/nixos/modules/services/pushover.nix
+++ b/nixos/modules/services/pushover.nix
@@ -81,6 +81,14 @@ in {
};
});
};
+ example = {
+ "eat dinner" = {
+ enable = true;
+ message = "food is good for you";
+ schedule = "daily 18:30";
+ delayUpTo = "1h";
+ };
+ };
};
config = mkIf cfg.enable {