From f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Tue, 9 May 2023 11:51:39 -0300 Subject: nixos/nextcloud: default createLocally to false --- nixos/tests/nextcloud/with-mysql-and-memcached.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/tests/nextcloud/with-mysql-and-memcached.nix') diff --git a/nixos/tests/nextcloud/with-mysql-and-memcached.nix b/nixos/tests/nextcloud/with-mysql-and-memcached.nix index f673e5e75d3..e57aabfaf86 100644 --- a/nixos/tests/nextcloud/with-mysql-and-memcached.nix +++ b/nixos/tests/nextcloud/with-mysql-and-memcached.nix @@ -26,6 +26,7 @@ in { redis = false; memcached = true; }; + database.createLocally = true; config = { dbtype = "mysql"; # Don't inherit adminuser since "root" is supposed to be the default -- cgit 1.4.1