mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
version bumped nextcloud to 26
This commit is contained in:
parent
e6fcc8e90b
commit
abda7ac3ab
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud25;
|
||||
package = pkgs.nextcloud26;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
|
||||
nginx.recommendedHttpHeaders = true;
|
||||
|
|
Loading…
Reference in a new issue