From 54e8b0380ddab30100779a193c968919af7095d2 Mon Sep 17 00:00:00 2001
From: Ethel Morgan <eth@ethulhu.co.uk>
Date: Mon, 27 Jul 2020 20:50:20 +0100
Subject: add an example to eth.services.pushover

---
 nixos/modules/services/pushover.nix | 8 ++++++++
 1 file changed, 8 insertions(+)

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 {
-- 
cgit v1.2.3