diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 4d06b38..adeb85e 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -360,7 +360,7 @@ in nextcloud = { enable = true; - package = pkgs.nextcloud30; + package = pkgs.nextcloud31; hostName = "cloud.nyanlout.re"; database.createLocally = true; https = true;