From 2f082be4a383fe163e3d008af98eac22611b13c0 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 26 Nov 2021 22:57:12 +0100 Subject: improve test script --- tests/vm.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/vm.nix') diff --git a/tests/vm.nix b/tests/vm.nix index 390d02b..abda6bc 100644 --- a/tests/vm.nix +++ b/tests/vm.nix @@ -17,6 +17,8 @@ in { firewall = { allowedTCPPorts = nginxPorts; }; }; + services.filtron.rules = lib.mkForce []; + services.nginx.virtualHosts = { quentin = { listen = lib.mkForce [{ -- cgit v1.2.3