about summary refs log tree commit diff
path: root/nixos/tests/check-filesystems.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/check-filesystems.nix')
-rw-r--r--nixos/tests/check-filesystems.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/check-filesystems.nix b/nixos/tests/check-filesystems.nix
index 09401f9a3f44..71aa9649840f 100644
--- a/nixos/tests/check-filesystems.nix
+++ b/nixos/tests/check-filesystems.nix
@@ -6,6 +6,8 @@
 with import ../lib/build-vms.nix { inherit nixos nixpkgs system; };
 
 rec {
+  name = "check-filesystems";
+
   nodes = {
     share = {pkgs, config, ...}: {
       services.nfs.server.enable = true;