fix nexcloud hostname
This commit is contained in:
parent
077d0895b4
commit
0e0a5cb2be
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud27;
|
package = pkgs.nextcloud27;
|
||||||
hostname = "nextcloud.baduhai.me";
|
hostName = "nextcloud.baduhai.me";
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
caching.apcu = false;
|
caching.apcu = false;
|
||||||
https = true;
|
https = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue