diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-05-06 17:43:12 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-05-06 17:43:12 +0200 |
| commit | 99015fac8125d197eb8b519c7036cbbb739e8ec4 (patch) | |
| tree | 89c7ff2f456c514db971a805d41be167d938188c /tests/vm.nix | |
| parent | dc3b63e42f6b1d2cbaed99cdff366ed913653d80 (diff) | |
services: web: add rss-bridge (with ParisJazzClubBridge)
Diffstat (limited to 'tests/vm.nix')
| -rw-r--r-- | tests/vm.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/vm.nix b/tests/vm.nix index abda6bc..4894cec 100644 --- a/tests/vm.nix +++ b/tests/vm.nix @@ -44,6 +44,14 @@ in { forceSSL = lib.mkForce false; enableACME = lib.mkForce false; }; + rss = { + listen = lib.mkForce [{ + addr = "0.0.0.0"; + port = 8083; + }]; + forceSSL = lib.mkForce false; + enableACME = lib.mkForce false; + }; }; environment.etc."searx/secrets".text = '' |
