mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Nix 24.11 brings Nextcloud 30!
This commit is contained in:
parent
62569cd3b7
commit
131341f50e
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ in {
|
|||
nextcloud = {
|
||||
enable = true;
|
||||
hostName = "nextcloud.home.technicalissues.us";
|
||||
package = pkgs.nextcloud29; # Need to manually increment with every major upgrade.
|
||||
package = pkgs.nextcloud30; # Need to manually increment with every major upgrade.
|
||||
appstoreEnable = true;
|
||||
autoUpdateApps.enable = true;
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue