about summary refs log tree commit diff
path: root/nixos/tests/matomo.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-06-26 00:14:38 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-09-24 17:38:09 +0100
commite260018f9c356ff6f82d19b37f0501f8a19f29c0 (patch)
treec14f61c1b43a4583f4d976b55899c259f5bc0481 /nixos/tests/matomo.nix
parent0af6e6b0e5c3919190c0eca0b42dc10cab82458f (diff)
nixos/tests: Add names
Diffstat (limited to 'nixos/tests/matomo.nix')
-rw-r--r--nixos/tests/matomo.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/matomo.nix b/nixos/tests/matomo.nix
index 526a24fc4db75..0e09ad295f958 100644
--- a/nixos/tests/matomo.nix
+++ b/nixos/tests/matomo.nix
@@ -7,6 +7,8 @@ with pkgs.lib;
 let
   matomoTest = package:
   makeTest {
+    name = "matomo";
+
     nodes.machine = { config, pkgs, ... }: {
       services.matomo = {
         package = package;