[docs] Add nextcloud upgrade docs
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m25s

This commit is contained in:
2025-04-11 21:16:49 +02:00
parent 6b25292815
commit 00f4b7c2b1

View File

@@ -1 +1,8 @@
# Updates # Updates
## Nextcloud
Update nextcloud to a new major version:
- Update lock file `nix flake update --commit-lock-file`
- Change services.nextcloud.package to the next version (do not skip major version upgrades)
- change custom `extraApps` to the new version
- TEST!
`sudo run-vm nextcloud --dummy-secrets --networking`