aboutsummaryrefslogtreecommitdiff
path: root/modules/storage
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-29 23:03:34 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-29 23:03:36 +0530
commitc8406fc2fa09e09ea4d9a010e5aed5d4f54104fd (patch)
tree317ae1961a78b66270d862795e41ea7364f53d83 /modules/storage
parent1ea3c72321a83143591bd4e9989da94798c2d71b (diff)
downloadhomeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.tar.gz
homeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.zip
Add yarr (my fork) rss reader + disable send
Diffstat (limited to 'modules/storage')
-rw-r--r--modules/storage/send.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/storage/send.nix b/modules/storage/send.nix
index b6b8b5c..813b2a4 100644
--- a/modules/storage/send.nix
+++ b/modules/storage/send.nix
@@ -1,7 +1,7 @@
{ settings, ... }:
{
services.send = {
- enable = true;
+ enable = false;
port = settings.network.ports.send;
host = "0.0.0.0";
openFirewall = true;