summary refs log tree commit diff
path: root/nixos/tests/ghostunnel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/ghostunnel.nix')
-rw-r--r--nixos/tests/ghostunnel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/ghostunnel.nix b/nixos/tests/ghostunnel.nix
index 8bea6485402..91a7b7085f6 100644
--- a/nixos/tests/ghostunnel.nix
+++ b/nixos/tests/ghostunnel.nix
@@ -1,4 +1,5 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
+  name = "ghostunnel";
   nodes = {
     backend = { pkgs, ... }: {
       services.nginx.enable = true;