mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-02-08 00:47:10 +01:00
Update Nextcloud
This commit is contained in:
parent
5865e3a602
commit
9b26fb954e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ in
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# home = "/nix/var/data/nextcloud";
|
# home = "/nix/var/data/nextcloud";
|
||||||
package = pkgs.nextcloud31;
|
package = pkgs.nextcloud32;
|
||||||
hostName = "cloud.${config.networking.domain}";
|
hostName = "cloud.${config.networking.domain}";
|
||||||
https = true;
|
https = true;
|
||||||
maxUploadSize = "1G";
|
maxUploadSize = "1G";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue