diff options
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 = '' |
