fix: nextcloud config

main
Louis Pearson 2024-01-06 15:54:49 -07:00
parent 66f08c8bbd
commit 61c7fbbfe9
1 changed files with 3 additions and 1 deletions

View File

@ -192,11 +192,13 @@
services.nginx.enable = false;
services.nextcloud = {
enable = true;
# hostName = "nextcloud.samsehu.perli.casa";
home = "/zroot/nextcloud";
https = true;
hostName = "localhost";
database.createLocally = true;
config = {
dbtype = "sqlite";
adminpassFile = "/var/nextcloud-admin-pass";
};
};
services.phpfpm.pools.nextcloud.settings = {