add ntfy push notifications

This commit is contained in:
Noah Masur
2024-08-25 21:04:16 +00:00
parent 264ad53f67
commit 3b86a666fd
5 changed files with 40 additions and 0 deletions

View File

@ -129,6 +129,10 @@
type = lib.types.str;
description = "Hostname for n8n automation.";
};
notifications = lib.mkOption {
type = lib.types.str;
description = "Hostname for push notification services (ntfy).";
};
transmission = lib.mkOption {
type = lib.types.str;
description = "Hostname for peer2peer downloads (Transmission).";