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
|
mkdir -p /var/log/xdebug; chown -R nextcloud: /var/log/xdebug
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
systemd.services.nextcloud-cron.path = [
|
||||||
|
pkgs.perl
|
||||||
|
];
|
||||||
|
|
||||||
# Sets up backup for Nextcloud.
|
# Sets up backup for Nextcloud.
|
||||||
shb.backup.instances.nextcloud = {
|
shb.backup.instances.nextcloud = {
|
||||||
sourceDirectories = [
|
sourceDirectories = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue