mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-11-07 13:06:57 +01:00
This commit is contained in:
parent
e073bbe707
commit
45ca69fbb0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ in
|
|||
services = {
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud31;
|
||||
package = pkgs.nextcloud32;
|
||||
hostName = "cloud.${domain}";
|
||||
maxUploadSize = cfg.maxSize;
|
||||
autoUpdateApps.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue