nextcloud27 -> nextcloud28
This commit is contained in:
parent
5b3af81398
commit
87abfdf1f6
2 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ in
|
|||
# nextcloud setup
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud27;
|
||||
package = pkgs.nextcloud28;
|
||||
autoUpdateApps.enable = true;
|
||||
# nginx.enable = true;
|
||||
# enableBrokenCiphersForSSE = false; # see https://github.com/NixOS/nixpkgs/pull/198470
|
||||
|
|
|
@ -54,7 +54,7 @@ smoke_assert_body "Syncthing admin interface"
|
|||
smoke_url_ok "http://robi.private:19999/"
|
||||
smoke_assert_body "netdata dashboard"
|
||||
|
||||
smoke_url_ok "https://matrix.terranix.org/#/welcome"
|
||||
smoke_url_ok "https://element.terranix.org/#/welcome"
|
||||
smoke_assert_body "Sorry, Element requires JavaScript to be enabled"
|
||||
|
||||
smoke_url_ok "https://terranix.org/"
|
||||
|
|
Loading…
Reference in a new issue