about summary refs log tree commit diff
path: root/nixos/tests/sing-box.nix
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-01 12:44:28 +0800
committerNick Cao <nickcao@nichi.co>2023-08-01 13:01:54 +0800
commit9d8828915bd4731d25b8d92d61832722c8f0685e (patch)
tree0bfd0756a9bf608ce9d97be221aeaa19ea425969 /nixos/tests/sing-box.nix
parent8767a672475c0041c5ad50076728979f6bf2f0b1 (diff)
sing-box: 1.3.4 -> 1.3.5
Diff: https://github.com/SagerNet/sing-box/compare/v1.3.4...v1.3.5
Diffstat (limited to 'nixos/tests/sing-box.nix')
-rw-r--r--nixos/tests/sing-box.nix5
1 files changed, 4 insertions, 1 deletions
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 = {