aboutsummaryrefslogtreecommitdiff
path: root/modules/network/default.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-13 19:18:13 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-13 19:18:13 +0530
commit642dcf862cb0637bcb80a38702b8ed5ec1264082 (patch)
treedd5af131dc25da7fb75124bc1de7cd116d1345c0 /modules/network/default.nix
parent60e26854dac063f0732f44babb3c7d3dbf7888a0 (diff)
downloadhomeserver-nixos-config-642dcf862cb0637bcb80a38702b8ed5ec1264082.tar.gz
homeserver-nixos-config-642dcf862cb0637bcb80a38702b8ed5ec1264082.zip
Add ntfy for notifications
Diffstat (limited to 'modules/network/default.nix')
-rw-r--r--modules/network/default.nix1
1 files changed, 1 insertions, 0 deletions
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; };
};
};