diff options
Diffstat (limited to 'tests/vm.nix')
| -rw-r--r-- | tests/vm.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 [{ |
