diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-13 19:18:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-13 19:18:13 +0530 |
| commit | 642dcf862cb0637bcb80a38702b8ed5ec1264082 (patch) | |
| tree | dd5af131dc25da7fb75124bc1de7cd116d1345c0 /settings.nix | |
| parent | 60e26854dac063f0732f44babb3c7d3dbf7888a0 (diff) | |
| download | homeserver-nixos-config-642dcf862cb0637bcb80a38702b8ed5ec1264082.tar.gz homeserver-nixos-config-642dcf862cb0637bcb80a38702b8ed5ec1264082.zip | |
Add ntfy for notifications
Diffstat (limited to 'settings.nix')
| -rw-r--r-- | settings.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.nix b/settings.nix index f1b7ebb..041e375 100644 --- a/settings.nix +++ b/settings.nix @@ -13,6 +13,7 @@ in lib.recursiveUpdate privateSettings rec { jellyfin = 8096; transmissionRPC = 9091; syncthing = 3141; + ntfy = 3142; }; exposeTransmissionRPC = false; }; |
