about summary refs log tree commit diff
path: root/nixos/tests/nfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/nfs.nix')
-rw-r--r--nixos/tests/nfs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/nfs.nix b/nixos/tests/nfs.nix
index 864d05626b67..61b2431c04c7 100644
--- a/nixos/tests/nfs.nix
+++ b/nixos/tests/nfs.nix
@@ -17,6 +17,7 @@ let
 in
 
 {
+  name = "nfs";
 
   nodes =
     { client1 = client;