fix: get nextcloud building on dev machine

main
Louis Pearson 2024-01-06 16:33:44 -07:00
parent 9a20745da6
commit 71dee4ccb5
1 changed files with 1 additions and 6 deletions

View File

@ -200,12 +200,7 @@
home = "/zroot/nextcloud"; home = "/zroot/nextcloud";
https = true; https = true;
hostName = "localhost"; hostName = "localhost";
# database.createLocally = true; config.adminpassFile = "/var/nextcloud-admin-pass";
# config = {
# dbtype = "sqlite";
# adminpassFile = "/var/nextcloud-admin-pass";
# adminuser = "admin";
# };
}; };
services.phpfpm.pools.nextcloud.settings = { services.phpfpm.pools.nextcloud.settings = {
"listen.owner" = config.services.caddy.user; "listen.owner" = config.services.caddy.user;