mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/nextcloud: 29 -> 30
This commit is contained in:
parent
9353809e93
commit
b2c6f86b81
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ in
|
|||
services = {
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud29;
|
||||
package = pkgs.nextcloud30;
|
||||
hostName = "cloud.${domain}";
|
||||
maxUploadSize = cfg.maxSize;
|
||||
autoUpdateApps.enable = true;
|
||||
|
@ -75,7 +75,7 @@ in
|
|||
#dbhost = "/run/postgresql";
|
||||
};
|
||||
|
||||
extraApps = with pkgs.nextcloud29Packages.apps; {
|
||||
extraApps = with pkgs.nextcloud30Packages.apps; {
|
||||
inherit
|
||||
calendar
|
||||
contacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue