diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-29 23:03:34 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-29 23:03:36 +0530 |
| commit | c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd (patch) | |
| tree | 317ae1961a78b66270d862795e41ea7364f53d83 /settings.nix | |
| parent | 1ea3c72321a83143591bd4e9989da94798c2d71b (diff) | |
| download | homeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.tar.gz homeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.zip | |
Add yarr (my fork) rss reader + disable send
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 ed2f212..cf110cc 100644 --- a/settings.nix +++ b/settings.nix @@ -20,6 +20,7 @@ in lib.recursiveUpdate privateSettings rec { prometheusNodeExporter = 9002; send = 1443; immich = 3144; + yarr = 7070; }; exposeTransmissionRPC = false; }; |
