mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated to nextcloud 30
This commit is contained in:
parent
a8a4affaf1
commit
bff96e3283
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud29;
|
||||
package = pkgs.nextcloud30;
|
||||
enableImagemagick = true;
|
||||
nginx.recommendedHttpHeaders = true;
|
||||
https = true;
|
||||
|
|
Loading…
Reference in a new issue