version bumped nextcloud; fixed setting name

This commit is contained in:
Nickiel12 2023-06-18 14:47:22 -07:00
parent c07b37f7b4
commit de93f0cff2
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
services = {
sshd.enable = true;
openssh.settings = {
passwordAuthentication = false;
PasswordAuthentication = false;
PermitRootLogin = "no";
X11Forwarding = true;
};

View file

@ -3,7 +3,7 @@
{
services.nextcloud = {
enable = true;
package = pkgs.nextcloud26;
package = pkgs.nextcloud27;
enableBrokenCiphersForSSE = false;
nginx.recommendedHttpHeaders = true;