about summary refs log tree commit diff
path: root/systems/cobalt/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-18 22:34:12 +0900
committersefidel <contact@sefidel.net>2024-05-18 22:36:19 +0900
commit285def0953b5afc6baf6f82e62944f812cf9c130 (patch)
treedbf7b79fc9c8d6b835095d6cb7bfeddf15e53a7a /systems/cobalt/default.nix
parent08509bad8d610898435d822e8fa16b1528257c27 (diff)
downloadinfra-285def0953b5afc6baf6f82e62944f812cf9c130.tar.gz
infra-285def0953b5afc6baf6f82e62944f812cf9c130.zip
feat(modules/rss)!: rename whitelist -> enabled_bridges
Diffstat (limited to 'systems/cobalt/default.nix')
-rw-r--r--systems/cobalt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 22e4049..758f331 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -348,7 +348,7 @@ in
         enable = true;
         inherit domain;
         realHost = "rss-bridge.exotic.sh";
-        whitelist = [ "*" ];
+        enabled_bridges = [ "*" ];
       };
       secrets.admin-password = config.sops.secrets.freshrss-admin-pass.path;
     };