diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 22:57:12 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 22:57:12 +0100 |
| commit | 2f082be4a383fe163e3d008af98eac22611b13c0 (patch) | |
| tree | 4b5acf1e7cfd08644acf1fbed6ec292e5d69bbd3 /tests/vm.nix | |
| parent | 0e3b0116595017f599d540725cde43de09bcaf19 (diff) | |
improve test script
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 [{ |
