Let's not ensure the db?

This commit is contained in:
Lillian Violet 2023-11-21 19:28:12 +01:00
parent da218ccbb5
commit 93511212d0

View file

@ -73,13 +73,13 @@
#Directory for the database is /var/lib/mysql #Directory for the database is /var/lib/mysql
# Ensure the database, user, and permissions always exist # Ensure the database, user, and permissions always exist
ensureDatabases = ["NC"]; # ensureDatabases = ["NC"];
ensureUsers = [ # ensureUsers = [
{ # {
name = "nextcloud"; # name = "nextcloud";
ensurePermissions."DATABASE NC" = "ALL PRIVILEGES"; # ensurePermissions."DATABASE NC" = "ALL PRIVILEGES";
} # }
]; # ];
}; };
systemd.services."nextcloud-setup" = { systemd.services."nextcloud-setup" = {