diff --git a/hosts/phantom/nextcloud.nix b/hosts/phantom/nextcloud.nix index de1bd6d..88f0b02 100644 --- a/hosts/phantom/nextcloud.nix +++ b/hosts/phantom/nextcloud.nix @@ -7,7 +7,7 @@ { services.nextcloud = { enable = true; - package = pkgs.nextcloud27; + package = pkgs.nextcloud29; hostName = "cloud.lelgenio.com"; https = true; config = {