nextcloud update

This commit is contained in:
Ingolf Wagner 2021-03-23 07:37:08 +01:00
parent 83253ed9f8
commit de38d82bf7
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -181,7 +181,7 @@ in {
# nextcloud setup # nextcloud setup
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud20; package = pkgs.nextcloud21;
#package = pkgs.nextcloud.overrideAttrs (old: rec { #package = pkgs.nextcloud.overrideAttrs (old: rec {
# name = "nextcloud-${version}"; # name = "nextcloud-${version}";
# version = "18.0.1"; # version = "18.0.1";
@ -266,7 +266,7 @@ in {
repo = "/media/syncthing/borg/nextcloud"; repo = "/media/syncthing/borg/nextcloud";
# make sure syncthing is capable of reading the files # make sure syncthing is capable of reading the files
postHook = '' postHook = ''
chown syncthing:syncthing -R /media/syncthing/borg chown -R syncthing:syncthing /media/syncthing/borg
''; '';
compression = "lz4"; compression = "lz4";
paths = [ paths = [