mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
version bumped nextcloud; fixed setting name
This commit is contained in:
parent
c07b37f7b4
commit
de93f0cff2
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
services = {
|
||||
sshd.enable = true;
|
||||
openssh.settings = {
|
||||
passwordAuthentication = false;
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
X11Forwarding = true;
|
||||
};
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud26;
|
||||
package = pkgs.nextcloud27;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
|
||||
nginx.recommendedHttpHeaders = true;
|
||||
|
|
Loading…
Reference in a new issue