From 642dcf862cb0637bcb80a38702b8ed5ec1264082 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jun 2025 19:18:13 +0530 Subject: Add ntfy for notifications --- modules/network/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/network') diff --git a/modules/network/default.nix b/modules/network/default.nix index 53e64b0..55a4c43 100644 --- a/modules/network/default.nix +++ b/modules/network/default.nix @@ -21,6 +21,7 @@ in "syncthing.local" = { inherit host; port = ports.syncthing; }; "lidarr.local" = { inherit host; port = ports.lidarr; }; "git.local" = { inherit host; port = 80; basePath = "/gitweb/"; }; + "ntfy.local" = { inherit host; port = ports.ntfy; }; }; }; -- cgit v1.3.1