mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
service/rss-bridge: fix whitelist rename
This commit is contained in:
parent
b8c98e6d9c
commit
1d45ea7ac2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.rss-bridge = {
|
||||
enable = true;
|
||||
whitelist = [ "*" ]; # Whitelist all
|
||||
config.system.enabled_bridges = [ "*" ]; # Whitelist all
|
||||
virtualHost = domain;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue