mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Updated to nextcloud33
Though the commit shows 31-->33, 32 was live for a moment to facilitate the upgrade
This commit is contained in:
parent
683fe9655b
commit
54ca2e84bc
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ in {
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "nextcloud.home.technicalissues.us";
|
hostName = "nextcloud.home.technicalissues.us";
|
||||||
package = pkgs.nextcloud31; # Need to manually increment with every major upgrade.
|
package = pkgs.nextcloud33; # Need to manually increment with every major upgrade.
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue