mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +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 {
|
config = lib.mkIf cfg.enable {
|
||||||
services.rss-bridge = {
|
services.rss-bridge = {
|
||||||
enable = true;
|
enable = true;
|
||||||
whitelist = [ "*" ]; # Whitelist all
|
config.system.enabled_bridges = [ "*" ]; # Whitelist all
|
||||||
virtualHost = domain;
|
virtualHost = domain;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue