summary refs log tree commit diff
path: root/nixos/tests/pppd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pppd.nix')
-rw-r--r--nixos/tests/pppd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/pppd.nix b/nixos/tests/pppd.nix
index bda0aa75bb5..e714a6c21a6 100644
--- a/nixos/tests/pppd.nix
+++ b/nixos/tests/pppd.nix
@@ -5,6 +5,8 @@ import ./make-test-python.nix (
       mode = "0640";
     };
   in {
+    name = "pppd";
+
     nodes = {
       server = {config, pkgs, ...}: {
         config = {