summaryrefslogtreecommitdiff
path: root/tests/vm.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-05-06 17:43:12 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-05-06 17:43:12 +0200
commit99015fac8125d197eb8b519c7036cbbb739e8ec4 (patch)
tree89c7ff2f456c514db971a805d41be167d938188c /tests/vm.nix
parentdc3b63e42f6b1d2cbaed99cdff366ed913653d80 (diff)
services: web: add rss-bridge (with ParisJazzClubBridge)
Diffstat (limited to 'tests/vm.nix')
-rw-r--r--tests/vm.nix8
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 = ''