Bump nextcloud to 31
This commit is contained in:
parent
df8746bfd4
commit
d4160f7e7e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
port = 4008;
|
port = 4008;
|
||||||
in
|
in
|
||||||
|
@ -32,7 +32,7 @@ in
|
||||||
# /var/lib/nextcloud
|
# /var/lib/nextcloud
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud31;
|
||||||
hostName = "cloud.catnip.ee";
|
hostName = "cloud.catnip.ee";
|
||||||
https = true;
|
https = true;
|
||||||
configureRedis = true; # /var/lib/redis-nextcloud
|
configureRedis = true; # /var/lib/redis-nextcloud
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue