nix/hosts/marvin/services/rss-bridge.nix

8 lines
113 B
Nix
Raw Normal View History

2022-06-14 15:13:36 +00:00
{
services.rss-bridge = {
enable = true;
whitelist = ["*"];
virtualHost = "localhost:7000";
};
}