Merge pull request #312249 from dotlambda/nextcloud

nixos/nextcloud: correct latest version
This commit is contained in:
Pol Dellaiera 2024-05-16 22:27:52 +02:00 committed by GitHub
commit 3da72dcbc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -797,7 +797,7 @@ in {
config = mkIf cfg.enable (mkMerge [
{ warnings = let
latest = 28;
latest = 29;
upgradeWarning = major: nixos:
''
A legacy Nextcloud install (from before NixOS ${nixos}) may be installed.