updated next cloud package
This commit is contained in:
parent
9b5dfa16e2
commit
c6c17935dc
|
@ -34,7 +34,7 @@ in {
|
||||||
services = {
|
services = {
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud31;
|
||||||
hostName = "${config.host.nextcloud.subdomain}.${config.host.reverse_proxy.hostname}";
|
hostName = "${config.host.nextcloud.subdomain}.${config.host.reverse_proxy.hostname}";
|
||||||
settings.log_type = "file";
|
settings.log_type = "file";
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue