diff options
Diffstat (limited to 'systems/cobalt')
-rw-r--r-- | systems/cobalt/default.nix | 2 |
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; }; |