Add missing semicolon

This commit is contained in:
Michael Hübner 2025-07-29 15:36:31 +02:00
parent 2fca67f7bf
commit 9e781e61e4

View file

@ -131,7 +131,7 @@ in
enable = true;
systemCronJobs = {
"30 20 * * * root chmod 660 /backups/forgejo_backup.tar.gz"
}
};
};
};
}