Remove the links, too much hassle, use default

This commit is contained in:
Lillian Violet 2023-11-21 15:16:20 +01:00
parent 32a477aaf2
commit 4bc04e84e2

View file

@ -46,8 +46,7 @@
package = pkgs.nextcloud27;
#Directory for the data
datadir = ../../../../../var/lib/NCData;
#Directory for the data is /var/lib/nextcloud
config = {
# Further forces Nextcloud to use HTTPS
@ -71,7 +70,7 @@
package = pkgs.mariadb_110;
dataDir = ../../../../../var/lib/NCMariaDB;
#Directory for the database is /var/lib/mysql
# Ensure the database, user, and permissions always exist
ensureDatabases = ["NC"];