fix: change nextcloud hostname

main
Louis Pearson 2024-01-06 17:49:51 -07:00
parent b5c36c6b2d
commit 9c7c4d0220
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
services.nextcloud = {
enable = true;
home = "/zroot/nextcloud";
hostName = "localhost";
hostName = "nextcloud.samsehu.perli.casa";
config.adminpassFile = "/var/nextcloud-admin-pass";
};
services.phpfpm.pools.nextcloud.settings = {