summary refs log tree commit diff
path: root/nixos/tests/nextcloud/with-mysql-and-memcached.nix
diff options
context:
space:
mode:
authorGabriel Fontes <hi@m7.rs>2023-05-09 11:51:39 -0300
committerGabriel Fontes <hi@m7.rs>2023-05-14 12:09:50 -0300
commitf9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4 (patch)
tree5e78670ab911bee678b7affc1065ad2486fe5235 /nixos/tests/nextcloud/with-mysql-and-memcached.nix
parentf52d66e7ed54f5fdfeafea19bcda6aeb853f6468 (diff)
downloadnixpkgs-f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4.tar
nixpkgs-f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4.tar.gz
nixpkgs-f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4.tar.bz2
nixpkgs-f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4.tar.lz
nixpkgs-f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4.tar.xz
nixpkgs-f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4.tar.zst
nixpkgs-f9f76529cd9682bee8a3a805cb4c8f7e0f8e7af4.zip
nixos/nextcloud: default createLocally to false
Diffstat (limited to 'nixos/tests/nextcloud/with-mysql-and-memcached.nix')
-rw-r--r--nixos/tests/nextcloud/with-mysql-and-memcached.nix1
1 files changed, 1 insertions, 0 deletions
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