summary refs log tree commit diff
path: root/nixos/tests/matomo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/matomo.nix')
-rw-r--r--nixos/tests/matomo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/matomo.nix b/nixos/tests/matomo.nix
index 2bea237c8bd..f6b0845749c 100644
--- a/nixos/tests/matomo.nix
+++ b/nixos/tests/matomo.nix
@@ -18,7 +18,7 @@ let
       };
       services.mysql = {
         enable = true;
-        package = pkgs.mysql;
+        package = pkgs.mariadb;
       };
       services.nginx.enable = true;
     };