Change to list type
This commit is contained in:
parent
9e781e61e4
commit
66779878c0
1 changed files with 2 additions and 2 deletions
|
@ -129,9 +129,9 @@ in
|
||||||
|
|
||||||
cron = {
|
cron = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemCronJobs = {
|
systemCronJobs = [
|
||||||
"30 20 * * * root chmod 660 /backups/forgejo_backup.tar.gz"
|
"30 20 * * * root chmod 660 /backups/forgejo_backup.tar.gz"
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue