fix: remove unneeded nextcloud conf

main
Louis Pearson 2024-01-06 16:15:26 -07:00
parent 4ad5130303
commit 5ec51dbfdb
1 changed files with 5 additions and 4 deletions

View File

@ -201,10 +201,11 @@
https = true; https = true;
hostName = "localhost"; hostName = "localhost";
database.createLocally = true; database.createLocally = true;
config = { # config = {
dbtype = "sqlite"; # dbtype = "sqlite";
adminpassFile = "/var/nextcloud-admin-pass"; # 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;