fix nexcloud hostname

This commit is contained in:
William 2023-07-13 14:53:41 -03:00
parent 077d0895b4
commit 0e0a5cb2be

View file

@ -5,7 +5,7 @@
nextcloud = {
enable = true;
package = pkgs.nextcloud27;
hostname = "nextcloud.baduhai.me";
hostName = "nextcloud.baduhai.me";
configureRedis = true;
caching.apcu = false;
https = true;