Change to list type

This commit is contained in:
Michael Hübner 2025-07-29 15:37:14 +02:00
parent 9e781e61e4
commit 66779878c0

View file

@ -129,9 +129,9 @@ in
cron = {
enable = true;
systemCronJobs = {
systemCronJobs = [
"30 20 * * * root chmod 660 /backups/forgejo_backup.tar.gz"
};
];
};
};
}