add dependencies to nextcloud-cron service
This commit is contained in:
parent
4f74564cb4
commit
cb7fb66ee2
1 changed files with 4 additions and 0 deletions
|
@ -231,6 +231,10 @@ in
|
|||
mkdir -p /var/log/xdebug; chown -R nextcloud: /var/log/xdebug
|
||||
'';
|
||||
|
||||
systemd.services.nextcloud-cron.path = [
|
||||
pkgs.perl
|
||||
];
|
||||
|
||||
# Sets up backup for Nextcloud.
|
||||
shb.backup.instances.nextcloud = {
|
||||
sourceDirectories = [
|
||||
|
|
Loading…
Reference in a new issue