summaryrefslogtreecommitdiff
path: root/config/services/web/rss
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-27 01:18:39 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-27 01:18:39 +0100
commitb3e31416ccf7cacbac4d2f4efef7dd28fe3ec493 (patch)
treeadb6187cb83e24669abd800f9f91b870300c934b /config/services/web/rss
parent5260c8daee219adab6188b794d643c63b1617379 (diff)
services: web: rss: disable debug mode
Diffstat (limited to 'config/services/web/rss')
-rw-r--r--config/services/web/rss/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/rss/default.nix b/config/services/web/rss/default.nix
index 776402a..8975d14 100644
--- a/config/services/web/rss/default.nix
+++ b/config/services/web/rss/default.nix
@@ -2,7 +2,7 @@
let
cfg = config.services.rss-bridge;
- debug = true;
+ debug = false;
rss-bridge = pkgs.rss-bridge.overrideAttrs (oldAttrs:
oldAttrs // {
installPhase = oldAttrs.installPhase + ''