summaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/pushover.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/nixos/modules/services/pushover.nix b/nixos/modules/services/pushover.nix
index dfdf154..d942713 100644
--- a/nixos/modules/services/pushover.nix
+++ b/nixos/modules/services/pushover.nix
@@ -80,13 +80,13 @@ in {
};
};
});
- };
- example = {
- "eat dinner" = {
- enable = true;
- message = "food is good for you";
- schedule = "daily 18:30";
- delayUpTo = "1h";
+ example = {
+ "eat dinner" = {
+ enable = true;
+ message = "food is good for you";
+ schedule = "daily 18:30";
+ delayUpTo = "1h";
+ };
};
};
};