From 9d8828915bd4731d25b8d92d61832722c8f0685e Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 1 Aug 2023 12:44:28 +0800 Subject: sing-box: 1.3.4 -> 1.3.5 Diff: https://github.com/SagerNet/sing-box/compare/v1.3.4...v1.3.5 --- nixos/tests/sing-box.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/tests/sing-box.nix') diff --git a/nixos/tests/sing-box.nix b/nixos/tests/sing-box.nix index 43be89317642c..582d594be3fdb 100644 --- a/nixos/tests/sing-box.nix +++ b/nixos/tests/sing-box.nix @@ -8,7 +8,10 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: { nodes.machine = { pkgs, ... }: { environment.systemPackages = [ pkgs.curl ]; - services.nginx.enable = true; + services.nginx = { + enable = true; + statusPage = true; + }; services.sing-box = { enable = true; settings = { -- cgit 1.4.1