fix: remove https enable in nextcloud

main
Louis Pearson 2024-01-06 17:08:13 -07:00
parent 9bbd6514ff
commit 8e82f4c332
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
home = "/zroot/nextcloud"; home = "/zroot/nextcloud";
https = true;
hostName = "localhost"; hostName = "localhost";
config.adminpassFile = "/var/nextcloud-admin-pass"; config.adminpassFile = "/var/nextcloud-admin-pass";
}; };