nextcloud update
This commit is contained in:
parent
83253ed9f8
commit
de38d82bf7
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ in {
|
|||
# nextcloud setup
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud20;
|
||||
package = pkgs.nextcloud21;
|
||||
#package = pkgs.nextcloud.overrideAttrs (old: rec {
|
||||
# name = "nextcloud-${version}";
|
||||
# version = "18.0.1";
|
||||
|
@ -266,7 +266,7 @@ in {
|
|||
repo = "/media/syncthing/borg/nextcloud";
|
||||
# make sure syncthing is capable of reading the files
|
||||
postHook = ''
|
||||
chown syncthing:syncthing -R /media/syncthing/borg
|
||||
chown -R syncthing:syncthing /media/syncthing/borg
|
||||
'';
|
||||
compression = "lz4";
|
||||
paths = [
|
||||
|
|
Loading…
Reference in a new issue